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.java291 assertEquals(bytesToHexString(checksums[0].getValue()), TEST_FIXED_APK_V2_SHA256); in testFixedDefaultChecksums()
321 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedSha512DefaultChecksums()
342 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedFSVerityDefaultChecksums()
344 assertEquals(bytesToHexString(checksums[1].getValue()), in testFixedFSVerityDefaultChecksums()
347 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedFSVerityDefaultChecksums()
349 assertEquals(bytesToHexString(checksums[1].getValue()), in testFixedFSVerityDefaultChecksums()
376 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedFSVerityDefaultChecksumsIncremental()
379 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedFSVerityDefaultChecksumsIncremental()
414 assertEquals(bytesToHexString(checksums[0].getValue()), in testFixedAllChecksums()
417 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;
1236 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.java236 return IccUtils.bytesToHexString(signatureSha1); in getShaId()
DTelephonyManagerTest.java560 return IccUtils.bytesToHexString(md.digest(pInfo.signatures[0].toByteArray())); in getCertHash()