Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/util/
H A DTypedXmlPullParser.java113 boolean getAttributeBoolean(int index) throws XmlPullParserException; in getAttributeBoolean() method
191 default boolean getAttributeBoolean(@Nullable String namespace, @NonNull String name) in getAttributeBoolean() method
320 default boolean getAttributeBoolean(@Nullable String namespace, @NonNull String name, in getAttributeBoolean() method
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DBinaryXmlPullParser.java495 public boolean getAttributeBoolean(int index) throws XmlPullParserException { in getAttributeBoolean() method in BinaryXmlPullParser
H A DXmlUtils.java233 public boolean getAttributeBoolean(int index) in getAttributeBoolean() method in XmlUtils.ForcedTypedXmlPullParser