Home
last modified time | relevance | path

Searched refs:toHex (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DDigestMd5Utils.java172 return toHex( in getResponse()
174 toHex(getMd5(a1.toString())), in getResponse()
183 + toHex(getMd5(a2.toString())))); in getResponse()
210 private static String toHex(byte[] n) { in toHex() method in DigestMd5Utils
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DBufferDebug.java59 return toHex(buf, len, max); in debugString()
63 private static String toHex(byte[] buf, int len, int max) { in toHex() method in BufferDebug
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DUtilsTest.java84 assertEquals("", Utils.toHex(new byte[0])); in testToHex()
88 String result = Utils.toHex(bytes); in testToHex()
/packages/modules/DnsResolver/tests/
Dtun_forwarder.cpp256 return Error() << "Can't find any v4 rule. Packet hex dump: " << toHex(ipv4Packet, 32); in validateIpv4Packet()
277 return Error() << "Can't find any v6 rule. Packet hex dump: " << toHex(ipv6Packet, 32); in validateIpv6Packet()
Dresolv_integration_test.cpp127 using android::netdutils::toHex;
5709 SCOPED_TRACE(StringPrintf("Hex dump: %s", toHex(makeSlice(response)).c_str())); in TEST_P()
/packages/apps/SecureElement/src/com/android/se/security/gpac/
DHash_REF_DO.java88 b.append(BerTlv.toHex(out.toByteArray())); in toString()
DAID_REF_DO.java86 b.append(BerTlv.toHex(out.toByteArray())); in toString()
DBerTlv.java58 public static String toHex(byte[] digest) { in toHex() method in BerTlv
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java165 public static String toHex(byte[] octets) { in toHex() method in Utils
/packages/modules/DnsResolver/
Dres_debug.cpp289 LOG(VERBOSE) << android::netdutils::toHex(Slice(const_cast<uint8_t*>(msg), len), 32); in res_pquery()
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp538 LOG(INFO) << android::netdutils::toHex( in removeMappingBinaryPacket()