Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DSignature.java136 Certificate[] otherCertificateChain = other.mCertificateChain; in Signature() local
137 if (otherCertificateChain != null && otherCertificateChain.length > 1) { in Signature()
138 mCertificateChain = Arrays.copyOfRange(otherCertificateChain, 1, in Signature()
139 otherCertificateChain.length); in Signature()