Searched refs:getAttributeUnsignedIntValue (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/util/ |
H A D | AttributeSet.java | 217 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() method 291 public int getAttributeUnsignedIntValue(int index, int defaultValue); in getAttributeUnsignedIntValue() method
|
H A D | XmlPullAttributes.java | 86 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 D | Sms7BitEncodingTranslator.java | 203 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 D | XmlBlock.java | 424 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 D | ZenModeHelperTest.java | 2848 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 49285 method public int getAttributeUnsignedIntValue(String, String, int); 49286 method public int getAttributeUnsignedIntValue(int, int);
|