Searched defs:toHex (Results 1 – 6 of 6) sorted by relevance
63 private static String toHex(byte[] buf, int len, int max) { in toHex() method in BufferDebug
58 public static String toHex(byte[] digest) { in toHex() method in BerTlv
185 public static String toHex(byte[] octets) { in toHex() method in Utils
210 private static String toHex(byte[] n) { in toHex() method in DigestMd5Utils
373 private static String toHex(MdnsRecord record) throws IOException { in toHex() method in MdnsRecordTests
294 fun ByteArray.toHex(): String = joinToString(separator = "") { in <lambda>() method in android.net.cts.DscpPolicyTest