HomeSort by relevance Sort by last modified time
    Searched full:certificatehash (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 117 public byte[] certificateHash;
121 AccessRule(byte[] certificateHash, String packageName, long accessType) {
122 this.certificateHash = certificateHash;
128 return certHash != null && Arrays.equals(this.certificateHash, certHash) &&
134 return "cert: " + certificateHash + " pkg: " + packageName +
399 String certificateHash = null;
416 certificateHash = deviceDo.value;
446 Rlog.e(LOG_TAG, "Adding: " + certificateHash + " : " + packageName + " : " + accessType);
448 AccessRule accessRule = new AccessRule(IccUtils.hexStringToBytes(certificateHash),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certsrv.h 625 #define wszPROPCERTIFICATEHASH TEXT("CertificateHash")
    [all...]

Completed in 181 milliseconds