Searched defs:hex (Results 1 – 11 of 11) sorted by relevance
57 StringBuffer hex = new StringBuffer(bytes.length * 2); in encodeHex() local
278 private static byte[] hexStr2Bin(String hex) { in hexStr2Bin()
152 String hex = TextUtils.substring(content, start, selEnd); in onKeyDown() local
206 StringBuffer hex = new StringBuffer(bytes.length * 2); in encodeHex() local
293 String hex = "0123456789ABCDEF"; in getFingerprints() local
1023 String hex = stringPool.get(buffer, pos, 4); in readEscapeCharacter() local
323 String hex = mWifiSsid.getHexString(); in getSSID() local
1257 struct hex { in dump_emmc_ecsd() struct1258 char str[2]; in dump_emmc_ecsd()
629 char hex[256]; in handlePacket() local
1139 public boolean setWfdDeviceInfo(String hex) { in setWfdDeviceInfo()
7804 private byte[] parseHex(String hex) { in parseHex()