Home
last modified time | relevance | path

Searched refs:toDigit (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1763 int firstDigit = toDigit(hexString.charAt(0)); in hexToByte()
1764 int secondDigit = toDigit(hexString.charAt(1)); in hexToByte()
1768 private int toDigit(char hexChar) { in toDigit() method in InboundSmsHandler
/frameworks/base/config/
Dboot-image-profile.txt30888 HPLlibcore/util/HexEncoding;->toDigit([CI)I