Searched defs:getAttributeBoolean (Results 1 – 3 of 3) sorted by relevance
111 boolean getAttributeBoolean(int index) throws XmlPullParserException; in getAttributeBoolean() method189 default boolean getAttributeBoolean(@Nullable String namespace, @NonNull String name) in getAttributeBoolean() method318 default boolean getAttributeBoolean(@Nullable String namespace, @NonNull String name, in getAttributeBoolean() method
497 public boolean getAttributeBoolean(int index) throws XmlPullParserException { in getAttributeBoolean() method in BinaryXmlPullParser
234 public boolean getAttributeBoolean(int index) in getAttributeBoolean() method in XmlUtils.ForcedTypedXmlPullParser