Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestParser.java306 Attribute firstAttr = attrs.get(0); in Section() local
307 if ("Name".equalsIgnoreCase(firstAttr.getName())) { in Section()
308 sectionName = firstAttr.getValue(); in Section()