From 55dd33f14f755dedd2494ade8f9440501f1c5c02 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Wed, 11 May 2022 22:12:00 +0000 Subject: [PATCH] Update VtsHalAudioPolicyV1_0TargetTest to match XML changes There was a proposal for a backward-compatible XML schema change (https://android-review.googlesource.com/q/I1bf31c6bf6c57c9b79f0d5751601aa77780f1f80) which had a mistake. Express the change correctly to match the implementation. Bug: 231929160 Test: atest VtsHalAudioPolicyV1_0TargetTest Change-Id: Id581e290740a3c00ba3719a339c9bc47d730f35c Merged-In: Id581e290740a3c00ba3719a339c9bc47d730f35c (cherry picked from commit e01186e117bc1a609543e364071a9449fadac1d9) --- audio/policy/1.0/xml/api/current.txt | 6 ++++-- .../1.0/xml/audio_policy_engine_configuration.xsd | 13 ++++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/audio/policy/1.0/xml/api/current.txt b/audio/policy/1.0/xml/api/current.txt index 3408a8a91d..84a2b710b8 100644 --- a/audio/policy/1.0/xml/api/current.txt +++ b/audio/policy/1.0/xml/api/current.txt @@ -236,10 +236,12 @@ package audio.policy.V1_0 { public class ValueType { ctor public ValueType(); + method public String getAndroid_type(); method public String getLiteral(); - method public int getNumerical(); + method public long getNumerical(); + method public void setAndroid_type(String); method public void setLiteral(String); - method public void setNumerical(int); + method public void setNumerical(long); } public class ValuesType { diff --git a/audio/policy/1.0/xml/audio_policy_engine_configuration.xsd b/audio/policy/1.0/xml/audio_policy_engine_configuration.xsd index 0b87118eba..b58a6c84fb 100644 --- a/audio/policy/1.0/xml/audio_policy_engine_configuration.xsd +++ b/audio/policy/1.0/xml/audio_policy_engine_configuration.xsd @@ -189,9 +189,20 @@ - + + + + + + + + + + + +