Home
last modified time | relevance | path

Searched refs:bytesToHexString (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2187 s = IccUtils.bytesToHexString(response.payload) + s; in iccTransmitApduLogicalChannel()
2210 s = IccUtils.bytesToHexString(response.payload) + s; in iccTransmitApduBasicChannel()
2261 s = IccUtils.bytesToHexString(response.payload) + s; in sendEnvelopeWithStatus()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DStringUtil.java2691 @Deprecated public static String bytesToHexString(final byte[] bytes) { in bytesToHexString() method
2699 public static String bytesToHexString(final byte[] bytes, in bytesToHexString() method