Searched refs:byteToHex (Results 1 – 4 of 4) sorted by relevance
405 public static String byteToHex(int b) { in byteToHex() method in LogUtils406 return byteToHex(new StringBuilder(), b).toString(); in byteToHex()409 public static StringBuilder byteToHex(StringBuilder sb, int b) { in byteToHex() method in LogUtils
339 public static String byteToHex(int b) { in byteToHex() method in Utility340 return byteToHex(new StringBuilder(), b).toString(); in byteToHex()343 public static StringBuilder byteToHex(StringBuilder sb, int b) { in byteToHex() method in Utility
92 mSb.append("\\x" + Utility.byteToHex(oneByte)); in logRaw()
1495 Utility.byteToHex(sb, b); in getUidFromGlobalObjId()