Home
last modified time | relevance | path

Searched refs:attributeId (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/apk/
DApkUtils.java626 ByteBuffer androidManifestContents, String elementName, int attributeId) in getAttributeValueFromBinaryAndroidManifest() argument
638 if (parser.getAttributeNameResourceId(i) == attributeId) { in getAttributeValueFromBinaryAndroidManifest()
648 attributeId) + " under element " + elementName); in getAttributeValueFromBinaryAndroidManifest()
658 + String.format("0x%08X", attributeId) + " value"); in getAttributeValueFromBinaryAndroidManifest()
662 attributeId) + " under element " + elementName in getAttributeValueFromBinaryAndroidManifest()