Home
last modified time | relevance | path

Searched defs:getAttributeIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/permission/java/com/android/server/permission/access/util/
DBinaryXmlPullParserExtensions.kt129 inline fun BinaryXmlPullParser.getAttributeIndex(name: String): Int = getAttributeIndex(null, name) method
/frameworks/base/apct-tests/perftests/core/src/android/content/res/
DXmlBlockBenchmark.java269 public void getAttributeIndex() throws XmlPullParserException, IOException { in getAttributeIndex() method in XmlBlockBenchmark
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DTypedXmlPullParser.java33 default int getAttributeIndex(@Nullable String namespace, @NonNull String name) { in getAttributeIndex() method
DBinaryXmlPullParser.java431 public int getAttributeIndex(String namespace, String name) { in getAttributeIndex() method in BinaryXmlPullParser