Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
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
/frameworks/base/core/java/com/android/internal/util/
DBinaryXmlPullParser.java495 public boolean getAttributeBoolean(int index) throws XmlPullParserException { in getAttributeBoolean() method in BinaryXmlPullParser
DXmlUtils.java233 public boolean getAttributeBoolean(int index) in getAttributeBoolean() method in XmlUtils.ForcedTypedXmlPullParser