Searched refs:bytesToHexString (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | ChecksumsTest.java | 252 assertEquals(bytesToHexString(checksums[0].getValue()), TEST_FIXED_APK_V2_SHA256); in testFixedDefaultChecksums() 282 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedSha512DefaultChecksums() 335 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedAllChecksums() 338 assertEquals(bytesToHexString(checksums[1].getValue()), TEST_FIXED_APK_MD5); in testFixedAllChecksums() 340 assertEquals(bytesToHexString(checksums[2].getValue()), in testFixedAllChecksums() 343 assertEquals(bytesToHexString(checksums[3].getValue()), TEST_FIXED_APK_SHA256); in testFixedAllChecksums() 345 assertEquals(bytesToHexString(checksums[4].getValue()), in testFixedAllChecksums() 349 assertEquals(bytesToHexString(checksums[5].getValue()), TEST_FIXED_APK_V2_SHA256); in testFixedAllChecksums() 351 assertEquals(bytesToHexString(checksums[6].getValue()), in testFixedAllChecksums() 370 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedV1AllChecksums() [all …]
|
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | IccUtils.java | 30 public static String bytesToHexString(byte[] bytes) { in bytesToHexString() method in IccUtils
|
D | CarrierApiTest.java | 20 import static android.carrierapi.cts.IccUtils.bytesToHexString; 1199 String resultString = bytesToHexString(result); in testIccExchangeSimIO()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/util/ |
D | CarrierPrivilegeUtils.java | 133 return IccUtils.bytesToHexString(certHash); in getCertHashForThisPackage()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TelephonyManagerTest.java | 431 return IccUtils.bytesToHexString(md.digest(pInfo.signatures[0].toByteArray())); in getCertHash()
|