Searched refs:searchDepth (Results 1 – 2 of 2) sorted by relevance
387 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local391 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()396 if (parser.getDepth() != searchDepth) { in parseApkLite()
1649 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local1653 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()1658 if (parser.getDepth() != searchDepth) { in parseApkLite()