Home
last modified time | relevance | path

Searched refs:searchDepth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageParser.java1458 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local
1462 && (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()