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.java1759 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local
1763 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()
1768 if (parser.getDepth() != searchDepth) { in parseApkLite()