Searched refs:toDigit (Results 1 – 1 of 1) sorted by relevance
2091 int firstDigit = toDigit(hexString.charAt(0)); in hexToByte()2092 int secondDigit = toDigit(hexString.charAt(1)); in hexToByte()2096 private int toDigit(char hexChar) { in toDigit() method in InboundSmsHandler