Home
last modified time | relevance | path

Searched refs:bytesToHex (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java165 public static String bytesToHex(byte[] bytes) { in bytesToHex() method in NfcCharging
280 if (DBG) Log.d(TAG, "mNdefType = " + bytesToHex(mNdefType)); in checkWlcCapMsg()
330 if (DBG) Log.d(TAG, "mNdefType = " + bytesToHex(mNdefType)); in checkWlcCapMsg()
340 + bytesToHex(mNdefPayload2) in checkWlcCapMsg()
387 if (DBG) Log.d(TAG, "mNdefType = " + bytesToHex(mNdefType)); in checkWlcCtlMsg()
437 if (DBG) Log.d(TAG, "mNdefType = " + bytesToHex(mNdefType)); in checkWlcCtlMsg()
461 if (DBG) Log.d(TAG, "mNdefPayload WLCSTAI = " + bytesToHex(mPayload)); in checkWlcStaiMsg()
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
DCertificateStore.java89 writer.name("pubkey").value(bytesToHex(entry.getValue())); in save()
157 private static String bytesToHex(byte[] bytes) { in bytesToHex() method in CertificateStore
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DGbaActivity.java67 private static String bytesToHex(byte[] bytes) { in bytesToHex() method in GbaActivity
138 String result = "OnKeysAvailable key:" + bytesToHex(gbaKey) in initLayout()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DPacketUtils.java458 public static String bytesToHex(byte[] bytes) { in bytesToHex() method in PacketUtils
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java734 public static String bytesToHex(byte[] bytes) { in bytesToHex() method in PacketUtils