Searched refs:searchDepth (Results 1 – 1 of 1) sorted by relevance
1458 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local1462 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()1467 if (parser.getDepth() == searchDepth && "package-verifier".equals(parser.getName())) { in parseApkLite()1474 if (parser.getDepth() == searchDepth && "application".equals(parser.getName())) { in parseApkLite()