Searched refs:searchDepth (Results 1 – 2 of 2) sorted by relevance
358 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local362 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()367 if (parser.getDepth() != searchDepth) { in parseApkLite()
1624 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local1628 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()1633 if (parser.getDepth() != searchDepth) { in parseApkLite()