Home
last modified time | relevance | path

Searched defs:getAttributeIntHex (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/modules-utils/java/com/android/modules/utils/
DTypedXmlPullParser.java81 int getAttributeIntHex(int index) throws XmlPullParserException; in getAttributeIntHex() method
144 default int getAttributeIntHex(@Nullable String namespace, @NonNull String name) in getAttributeIntHex() method
243 default int getAttributeIntHex(@Nullable String namespace, @NonNull String name, in getAttributeIntHex() method
DBinaryXmlPullParser.java472 public int getAttributeIntHex(int index) throws XmlPullParserException { in getAttributeIntHex() method in BinaryXmlPullParser
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java180 public int getAttributeIntHex(int index) in getAttributeIntHex() method in XmlUtils.ForcedTypedXmlPullParser