Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DTypedXmlPullParser.java89 long getAttributeLong(int index) throws XmlPullParserException; in getAttributeLong() method
155 default long getAttributeLong(@Nullable String namespace, @NonNull String name) in getAttributeLong() method
260 default long getAttributeLong(@Nullable String namespace, @NonNull String name, in getAttributeLong() method
/frameworks/base/core/java/com/android/internal/util/
DBinaryXmlPullParser.java475 public long getAttributeLong(int index) throws XmlPullParserException { in getAttributeLong() method in BinaryXmlPullParser
DXmlUtils.java189 public long getAttributeLong(int index) in getAttributeLong() method in XmlUtils.ForcedTypedXmlPullParser