Home
last modified time | relevance | path

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

/frameworks/libs/modules-utils/java/com/android/modules/utils/
DTypedXmlPullParser.java111 boolean getAttributeBoolean(int index) throws XmlPullParserException; in getAttributeBoolean() method
189 default boolean getAttributeBoolean(@Nullable String namespace, @NonNull String name) in getAttributeBoolean() method
318 default boolean getAttributeBoolean(@Nullable String namespace, @NonNull String name, in getAttributeBoolean() method
DBinaryXmlPullParser.java497 public boolean getAttributeBoolean(int index) throws XmlPullParserException { in getAttributeBoolean() method in BinaryXmlPullParser
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java234 public boolean getAttributeBoolean(int index) in getAttributeBoolean() method in XmlUtils.ForcedTypedXmlPullParser