Searched defs:getAttributeBoolean (Results 1 – 3 of 3) sorted by relevance
113 boolean getAttributeBoolean(int index) throws XmlPullParserException; in getAttributeBoolean() method191 default boolean getAttributeBoolean(@Nullable String namespace, @NonNull String name) in getAttributeBoolean() method320 default boolean getAttributeBoolean(@Nullable String namespace, @NonNull String name, in getAttributeBoolean() method
495 public boolean getAttributeBoolean(int index) throws XmlPullParserException { in getAttributeBoolean() method in BinaryXmlPullParser
233 public boolean getAttributeBoolean(int index) in getAttributeBoolean() method in XmlUtils.ForcedTypedXmlPullParser