Searched refs:searchDepth (Results 1 – 1 of 1) sorted by relevance
1759 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local1763 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()1768 if (parser.getDepth() != searchDepth) { in parseApkLite()