Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DChecksumsTest.java294 assertEquals(bytesToHexString(checksums[0].getValue()), TEST_FIXED_APK_V2_SHA256); in testFixedDefaultChecksums()
326 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedSha512DefaultChecksums()
349 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedFSVerityDefaultChecksums()
351 assertEquals(bytesToHexString(checksums[1].getValue()), in testFixedFSVerityDefaultChecksums()
354 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedFSVerityDefaultChecksums()
356 assertEquals(bytesToHexString(checksums[1].getValue()), in testFixedFSVerityDefaultChecksums()
383 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedFSVerityDefaultChecksumsIncremental()
386 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedFSVerityDefaultChecksumsIncremental()
448 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedAllChecksums()
451 assertEquals(bytesToHexString(checksums[1].getValue()), TEST_FIXED_APK_MD5); in testFixedAllChecksums()
[all …]
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DIccUtils.java30 public static String bytesToHexString(byte[] bytes) { in bytesToHexString() method in IccUtils
DCarrierApiTest.java20 import static android.carrierapi.cts.IccUtils.bytesToHexString;
1293 String resultString = bytesToHexString(result); in testIccExchangeSimIO()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DUiccUtil.java144 public static String bytesToHexString(@Nullable byte[] bytes) { in bytesToHexString() method in UiccUtil
DCarrierPrivilegeUtils.java214 return UiccUtil.bytesToHexString(certHash); in getCertHashForThisPackage()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTestOnMockModem.java263 return IccUtils.bytesToHexString(signatureSha1); in getShaId()
DTelephonyManagerTest.java677 return IccUtils.bytesToHexString(md.digest(pInfo.signatures[0].toByteArray())); in getCertHash()