Searched refs:searchDepth (Results 1 – 2 of 2) sorted by relevance
463 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local467 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()472 if (parser.getDepth() != searchDepth) { in parseApkLite()
1679 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local1683 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()1688 if (parser.getDepth() != searchDepth) { in parseApkLite()