Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java387 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local
391 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()
396 if (parser.getDepth() != searchDepth) { in parseApkLite()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1649 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local
1653 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()
1658 if (parser.getDepth() != searchDepth) { in parseApkLite()