Home
last modified time | relevance | path

Searched refs:getAttributeLongHex (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/util/
DTypedXmlPullParser.java95 long getAttributeLongHex(int index) throws XmlPullParserException; in getAttributeLongHex() method
164 default long getAttributeLongHex(@Nullable String namespace, @NonNull String name) in getAttributeLongHex() method
166 return getAttributeLongHex(getAttributeIndexOrThrow(namespace, name)); in getAttributeLongHex()
275 default long getAttributeLongHex(@Nullable String namespace, @NonNull String name, in getAttributeLongHex() method
280 return getAttributeLongHex(index); in getAttributeLongHex()
/frameworks/base/core/tests/coretests/src/android/util/
DXmlTest.java297 assertEquals(46L, in.getAttributeLongHex(null, "longHex")); in doVerifyRead()
/frameworks/base/errorprone/refaster/
DEfficientXml.java206 return in.getAttributeLongHex(null, n); in after()
/frameworks/base/core/java/com/android/internal/util/
DBinaryXmlPullParser.java480 public long getAttributeLongHex(int index) throws XmlPullParserException { in getAttributeLongHex() method in BinaryXmlPullParser
DXmlUtils.java200 public long getAttributeLongHex(int index) in getAttributeLongHex() method in XmlUtils.ForcedTypedXmlPullParser
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3442 long timeStamp = parser.getAttributeLongHex(null, "ft", 0);
3447 ps.firstInstallTime = parser.getAttributeLongHex(null, "it", 0);
3448 ps.lastUpdateTime = parser.getAttributeLongHex(null, "ut", 0);
3607 timeStamp = parser.getAttributeLongHex(null, "ft", 0);
3611 firstInstallTime = parser.getAttributeLongHex(null, "it", 0);
3612 lastUpdateTime = parser.getAttributeLongHex(null, "ut", 0);