Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DSigningDetails.java485 int ancestorIndex = ancestorSigningDetails.mPastSigningCertificates.length - 1; in getDescendantOrSelf() local
488 ancestorSigningDetails.mPastSigningCertificates[ancestorIndex])) { in getDescendantOrSelf()
500 ancestorIndex--; in getDescendantOrSelf()
501 } while (descendantIndex >= 0 && ancestorIndex >= 0 in getDescendantOrSelf()
503 ancestorSigningDetails.mPastSigningCertificates[ancestorIndex])); in getDescendantOrSelf()
507 if (descendantIndex >= 0 && ancestorIndex >= 0) { in getDescendantOrSelf()
DPackageParser.java6289 int ancestorIndex = ancestorSigningDetails.pastSigningCertificates.length - 1; in getDescendantOrSelf() local
6292 ancestorSigningDetails.pastSigningCertificates[ancestorIndex])) { in getDescendantOrSelf()
6304 ancestorIndex--; in getDescendantOrSelf()
6305 } while (descendantIndex >= 0 && ancestorIndex >= 0 in getDescendantOrSelf()
6307 ancestorSigningDetails.pastSigningCertificates[ancestorIndex])); in getDescendantOrSelf()
6311 if (descendantIndex >= 0 && ancestorIndex >= 0) { in getDescendantOrSelf()