Searched defs:hex (Results 1 – 9 of 9) sorted by relevance
57 StringBuffer hex = new StringBuffer(bytes.length * 2); in encodeHex() local
278 private static byte[] hexStr2Bin(String hex) { in hexStr2Bin()
227 String hex = "0123456789ABCDEF"; in getFingerprints() local
152 String hex = TextUtils.substring(content, start, selEnd); in onKeyDown() local
406 StringBuilder hex = new StringBuilder(2 * length); in bufferToHex() local
1020 String hex = stringPool.get(buffer, pos, 4); in readEscapeCharacter() local
628 char hex[256]; in handlePacket() local
503 public boolean setWfdDeviceInfo(String hex) { in setWfdDeviceInfo()
857 final String hex = "0123456789ABCDEF"; in toHex() local