Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2c7f2a3 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "AudioPolicy Engine: update schema for optional attributes of criterion types"

parents c40bae7d b23ec019
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -232,8 +232,10 @@ package audio.policy.V1_0 {


  public class ValueType {
  public class ValueType {
    ctor public ValueType();
    ctor public ValueType();
    method public int getAndroid_type();
    method public String getLiteral();
    method public String getLiteral();
    method public int getNumerical();
    method public int getNumerical();
    method public void setAndroid_type(int);
    method public void setLiteral(String);
    method public void setLiteral(String);
    method public void setNumerical(int);
    method public void setNumerical(int);
  }
  }
+1 −0
Original line number Original line Diff line number Diff line
@@ -190,6 +190,7 @@
    <xs:complexType name="valueType">
    <xs:complexType name="valueType">
        <xs:attribute name="literal" type="xs:string" use="required"/>
        <xs:attribute name="literal" type="xs:string" use="required"/>
        <xs:attribute name="numerical" type="xs:int" use="required"/>
        <xs:attribute name="numerical" type="xs:int" use="required"/>
        <xs:attribute name="android_type" type="xs:int" use="optional"/>
    </xs:complexType>
    </xs:complexType>


    <xs:complexType name="attributesRefType">
    <xs:complexType name="attributesRefType">