Searched refs:toHex (Results 1 – 6 of 6) sorted by relevance
69 Rlog.e(LOG_TAG, "Cannot parse select response of ISD-R: " + node.toHex()); in fromOpenChannelResponse()72 Rlog.e(LOG_TAG, "Cannot parse select response of ISD-R: " + node.toHex()); in fromOpenChannelResponse()
121 + ", errorDetails=" + (mErrorDetails == null ? "null" : mErrorDetails.toHex()); in getMessage()
82 assertEquals("", Utils.toHex(new byte[0])); in testToHex()86 String result = Utils.toHex(bytes); in testToHex()
143 assertEquals(nodeHex, node.toHex()); in testBuilderAndGetters()188 assertEquals(nodeHex, node.toHex()); in testWriteToBytes()191 assertEquals(nodeHex, node.toHex()); in testWriteToBytes()
208 public static String toHex(byte[] octets) { in toHex() method in Utils
555 public String toHex() { in toHex() method in Asn1Node