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