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

Commit 7ebc868b authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8040676 from f2c7f2a3 to tm-release

Change-Id: I9f8c11981166942776632ee01986bd11e79b4e28
parents 11f409a8 f2c7f2a3
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">