Home
last modified time | relevance | path

Searched refs:getAttributeUnsignedIntValue (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DAttributeSet.java217 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() method
291 public int getAttributeUnsignedIntValue(int index, int defaultValue); in getAttributeUnsignedIntValue() method
H A DXmlPullAttributes.java86 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() method in XmlPullAttributes
122 public int getAttributeUnsignedIntValue(int index, int defaultValue) { in getAttributeUnsignedIntValue() method in XmlPullAttributes
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java203 int from = parser.getAttributeUnsignedIntValue(null, in load7BitTranslationTableFromXml()
205 int to = parser.getAttributeUnsignedIntValue(null, in load7BitTranslationTableFromXml()
/aosp14/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java424 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() method in XmlBlock.Parser
429 return getAttributeUnsignedIntValue(idx, defaultValue); in getAttributeUnsignedIntValue()
507 public int getAttributeUnsignedIntValue(int idx, int defaultValue) { in getAttributeUnsignedIntValue() method in XmlBlock.Parser
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java2848 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() method in ZenModeHelperTest.XmlResourceParserImpl
2880 public int getAttributeUnsignedIntValue(int index, int defaultValue) { in getAttributeUnsignedIntValue() method in ZenModeHelperTest.XmlResourceParserImpl
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt49285 method public int getAttributeUnsignedIntValue(String, String, int);
49286 method public int getAttributeUnsignedIntValue(int, int);