Searched refs:byteToStringHex (Results 1 – 1 of 1) sorted by relevance
148 private static String byteToStringHex(Byte b) { in byteToStringHex() method in AnswerToReset429 sb.append("TA=").append(byteToStringHex(mTA)).append(","); in toString()430 sb.append("TB=").append(byteToStringHex(mTB)).append(","); in toString()431 sb.append("TC=").append(byteToStringHex(mTC)).append(","); in toString()432 sb.append("TD=").append(byteToStringHex(mTD)); in toString()499 sb.append("mFormatByte=").append(byteToStringHex(mFormatByte)).append(","); in toString()512 sb.append("mCheckByte=").append(byteToStringHex(mCheckByte)); in toString()