Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DAndroidBinXmlParser.java78 private List<Attribute> mCurrentElementAttributes; field in AndroidBinXmlParser
265 return mCurrentElementAttributes.get(index); in getAttribute()
326 mCurrentElementAttributes = null; in next()
354 mCurrentElementAttributes = null; in next()
375 if (mCurrentElementAttributes != null) { in parseCurrentElementAttributesIfNotParsed()
378 mCurrentElementAttributes = new ArrayList<>(mCurrentElementAttributeCount); in parseCurrentElementAttributesIfNotParsed()
391 mCurrentElementAttributes.add( in parseCurrentElementAttributesIfNotParsed()