Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCarrierPrivilegeUtils.java213 final byte[] certHash = md.digest(pkgInfo.signatures[0].toByteArray()); in getCertHashForThisPackage()
214 return UiccUtil.bytesToHexString(certHash); in getCertHashForThisPackage()
240 final String certHash = getCertHashForThisPackage(c); in changeCarrierPrivileges() local
247 new String[] {certHash}); in changeCarrierPrivileges()