Home
last modified time | relevance | path

Searched defs:toHexString (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DOobDataTest.java247 private String toHexString(int b) { in toHexString() method in OobDataTest
251 private String toHexString(byte[] array) { in toHexString() method in OobDataTest
/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/src/android/appsecurity/cts/keyrotationtest/utils/
DSignatureUtils.java48 public static String toHexString(byte[] data) { in toHexString() method in SignatureUtils
/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DTelephonyUtils.java360 public static String toHexString(byte[] array) { in toHexString() method in TelephonyUtils