Searched refs:byteIntValue (Results 1 – 1 of 1) sorted by relevance
132 int byteIntValue = bytes[i] & 0xff; in encodeHex() local133 if (byteIntValue < 0x10) { in encodeHex()136 hex.append(Integer.toString(byteIntValue, 16)); in encodeHex()