Searched refs:byteToStringHex (Results 1 – 1 of 1) sorted by relevance
146 private static String byteToStringHex(Byte b) { in byteToStringHex() method in AnswerToReset421 sb.append("TA=").append(byteToStringHex(mTA)).append(","); in toString()422 sb.append("TB=").append(byteToStringHex(mTB)).append(","); in toString()423 sb.append("TC=").append(byteToStringHex(mTC)).append(","); in toString()424 sb.append("TD=").append(byteToStringHex(mTD)); in toString()487 sb.append("mFormatByte=").append(byteToStringHex(mFormatByte)).append(","); in toString()500 sb.append("mCheckByte=").append(byteToStringHex(mCheckByte)); in toString()