Loading api/current.xml +183 −15 Original line number Diff line number Diff line Loading @@ -24383,6 +24383,25 @@ <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="fromXml" return="android.app.NotificationGroup" abstract="false" native="false" synchronized="false" static="true" final="false" deprecated="not deprecated" visibility="public" > <parameter name="xpp" type="org.xmlpull.v1.XmlPullParser"> </parameter> <parameter name="context" type="android.content.Context"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="getName" return="java.lang.String" abstract="false" Loading Loading @@ -24982,6 +25001,38 @@ <parameter name="groupName" type="java.lang.String"> </parameter> </method> <method name="ensureProfleGroup" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="groupName" type="java.lang.String"> </parameter> <parameter name="defaultGroup" type="boolean"> </parameter> </method> <method name="fromXml" return="android.app.Profile" abstract="false" native="false" synchronized="false" static="true" final="false" deprecated="not deprecated" visibility="public" > <parameter name="xpp" type="org.xmlpull.v1.XmlPullParser"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="fromXml" return="android.app.Profile" abstract="false" Loading @@ -24994,11 +25045,39 @@ > <parameter name="xpp" type="org.xmlpull.v1.XmlPullParser"> </parameter> <parameter name="context" type="android.content.Context"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="getAttrResString" return="java.lang.String" abstract="false" native="false" synchronized="false" static="true" final="false" deprecated="not deprecated" visibility="public" > <parameter name="xpp" type="org.xmlpull.v1.XmlPullParser"> </parameter> <parameter name="context" type="android.content.Context"> </parameter> </method> <method name="getDefaultGroup" return="android.app.ProfileGroup" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="getName" return="java.lang.String" abstract="false" Loading Loading @@ -25186,6 +25265,25 @@ <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="fromXml" return="android.app.ProfileGroup" abstract="false" native="false" synchronized="false" static="true" final="false" deprecated="not deprecated" visibility="public" > <parameter name="xpp" type="org.xmlpull.v1.XmlPullParser"> </parameter> <parameter name="context" type="android.content.Context"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="getLightsMode" return="android.app.ProfileGroup.Mode" abstract="false" Loading @@ -25208,6 +25306,28 @@ visibility="public" > </method> <method name="getRingerMode" return="android.app.ProfileGroup.Mode" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="getRingerOverride" return="android.net.Uri" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="getSoundMode" return="android.app.ProfileGroup.Mode" abstract="false" Loading Loading @@ -25265,6 +25385,17 @@ <parameter name="builder" type="java.lang.StringBuilder"> </parameter> </method> <method name="isDefaultGroup" return="boolean" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="readFromParcel" return="void" abstract="false" Loading @@ -25291,6 +25422,32 @@ <parameter name="lightsMode" type="android.app.ProfileGroup.Mode"> </parameter> </method> <method name="setRingerMode" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="ringerMode" type="android.app.ProfileGroup.Mode"> </parameter> </method> <method name="setRingerOverride" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="ringer" type="android.net.Uri"> </parameter> </method> <method name="setSoundMode" return="void" abstract="false" Loading Loading @@ -25434,6 +25591,32 @@ visibility="public" > </method> <method name="getActiveProfileGroup" return="android.app.ProfileGroup" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="packageName" type="java.lang.String"> </parameter> </method> <method name="getNotificationGroup" return="android.app.NotificationGroup" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="name" type="java.lang.String"> </parameter> </method> <method name="getNotificationGroupForPackage" return="android.app.NotificationGroup" abstract="false" Loading Loading @@ -162107,21 +162290,6 @@ <parameter name="flags" type="int"> </parameter> </method> <method name="setPackageObbPath" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="packageName" type="java.lang.String"> </parameter> <parameter name="path" type="java.lang.String"> </parameter> </method> </class> <class name="MockResources" extends="android.content.res.Resources" Loading
api/current.xml +183 −15 Original line number Diff line number Diff line Loading @@ -24383,6 +24383,25 @@ <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="fromXml" return="android.app.NotificationGroup" abstract="false" native="false" synchronized="false" static="true" final="false" deprecated="not deprecated" visibility="public" > <parameter name="xpp" type="org.xmlpull.v1.XmlPullParser"> </parameter> <parameter name="context" type="android.content.Context"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="getName" return="java.lang.String" abstract="false" Loading Loading @@ -24982,6 +25001,38 @@ <parameter name="groupName" type="java.lang.String"> </parameter> </method> <method name="ensureProfleGroup" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="groupName" type="java.lang.String"> </parameter> <parameter name="defaultGroup" type="boolean"> </parameter> </method> <method name="fromXml" return="android.app.Profile" abstract="false" native="false" synchronized="false" static="true" final="false" deprecated="not deprecated" visibility="public" > <parameter name="xpp" type="org.xmlpull.v1.XmlPullParser"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="fromXml" return="android.app.Profile" abstract="false" Loading @@ -24994,11 +25045,39 @@ > <parameter name="xpp" type="org.xmlpull.v1.XmlPullParser"> </parameter> <parameter name="context" type="android.content.Context"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="getAttrResString" return="java.lang.String" abstract="false" native="false" synchronized="false" static="true" final="false" deprecated="not deprecated" visibility="public" > <parameter name="xpp" type="org.xmlpull.v1.XmlPullParser"> </parameter> <parameter name="context" type="android.content.Context"> </parameter> </method> <method name="getDefaultGroup" return="android.app.ProfileGroup" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="getName" return="java.lang.String" abstract="false" Loading Loading @@ -25186,6 +25265,25 @@ <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="fromXml" return="android.app.ProfileGroup" abstract="false" native="false" synchronized="false" static="true" final="false" deprecated="not deprecated" visibility="public" > <parameter name="xpp" type="org.xmlpull.v1.XmlPullParser"> </parameter> <parameter name="context" type="android.content.Context"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> <exception name="XmlPullParserException" type="org.xmlpull.v1.XmlPullParserException"> </exception> </method> <method name="getLightsMode" return="android.app.ProfileGroup.Mode" abstract="false" Loading @@ -25208,6 +25306,28 @@ visibility="public" > </method> <method name="getRingerMode" return="android.app.ProfileGroup.Mode" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="getRingerOverride" return="android.net.Uri" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="getSoundMode" return="android.app.ProfileGroup.Mode" abstract="false" Loading Loading @@ -25265,6 +25385,17 @@ <parameter name="builder" type="java.lang.StringBuilder"> </parameter> </method> <method name="isDefaultGroup" return="boolean" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="readFromParcel" return="void" abstract="false" Loading @@ -25291,6 +25422,32 @@ <parameter name="lightsMode" type="android.app.ProfileGroup.Mode"> </parameter> </method> <method name="setRingerMode" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="ringerMode" type="android.app.ProfileGroup.Mode"> </parameter> </method> <method name="setRingerOverride" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="ringer" type="android.net.Uri"> </parameter> </method> <method name="setSoundMode" return="void" abstract="false" Loading Loading @@ -25434,6 +25591,32 @@ visibility="public" > </method> <method name="getActiveProfileGroup" return="android.app.ProfileGroup" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="packageName" type="java.lang.String"> </parameter> </method> <method name="getNotificationGroup" return="android.app.NotificationGroup" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="name" type="java.lang.String"> </parameter> </method> <method name="getNotificationGroupForPackage" return="android.app.NotificationGroup" abstract="false" Loading Loading @@ -162107,21 +162290,6 @@ <parameter name="flags" type="int"> </parameter> </method> <method name="setPackageObbPath" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="packageName" type="java.lang.String"> </parameter> <parameter name="path" type="java.lang.String"> </parameter> </method> </class> <class name="MockResources" extends="android.content.res.Resources"