Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLiteParseUtils.java458 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local
462 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()
467 if (parser.getDepth() != searchDepth) { in parseApkLite()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1679 final int searchDepth = parser.getDepth() + 1; in parseApkLite() local
1683 && (type != XmlPullParser.END_TAG || parser.getDepth() >= searchDepth)) { in parseApkLite()
1688 if (parser.getDepth() != searchDepth) { in parseApkLite()