Searched refs:certHash (Results 1 – 1 of 1) sorted by relevance
208 byte[] certHash = getCertHash(signature, "SHA-1"); in getCarrierPrivilegeStatus()210 if (matches(certHash, packageName) || matches(certHash256, packageName)) { in getCarrierPrivilegeStatus()217 private boolean matches(byte[] certHash, String packageName) { in matches() argument218 return certHash != null && Arrays.equals(this.mCertificateHash, certHash) && in matches()