Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageParser.java6233 int ancestorIndex = ancestorSigningDetails.pastSigningCertificates.length - 1; in getDescendantOrSelf() local
6236 ancestorSigningDetails.pastSigningCertificates[ancestorIndex])) { in getDescendantOrSelf()
6248 ancestorIndex--; in getDescendantOrSelf()
6249 } while (descendantIndex >= 0 && ancestorIndex >= 0 in getDescendantOrSelf()
6251 ancestorSigningDetails.pastSigningCertificates[ancestorIndex])); in getDescendantOrSelf()
6255 if (descendantIndex >= 0 && ancestorIndex >= 0) { in getDescendantOrSelf()