Searched defs:hasAttribute (Results 1 – 4 of 4) sorted by relevance
127 inline fun BinaryXmlPullParser.hasAttribute(name: String): Boolean = getAttributeIndex(name) != -1 method
77 bool hasAttribute() const { return (m_pAttr != NULL); } in hasAttribute() function
247 public boolean hasAttribute(@NetCapabilityAttribute int capabilitiesAttributes) { in hasAttribute() method in TelephonyNetworkRequest
2204 public boolean hasAttribute(@NonNull String tag) { in hasAttribute() method in ExifInterface