Searched defs:bytesToHexString (Results 1 – 5 of 5) sorted by relevance
115 private fun bytesToHexString(bytes: ByteArray): String { in bytesToHexString() method
73 static String8 bytesToHexString(const std::vector<uint8_t> &bytes) { in bytesToHexString() function
585 private static String bytesToHexString(byte[] bytes) { in bytesToHexString() method in PackageManagerServiceTest
916 static String bytesToHexString(byte[] value) { in bytesToHexString() method in BinaryXmlPullParser
475 bytesToHexString(byte[] bytes) { in bytesToHexString() method in IccUtils