Home
last modified time | relevance | path

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

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DIccUtils.java59 ret[i / 2] = (byte) ((hexCharToInt(s.charAt(i)) << 4) | hexCharToInt(s.charAt(i + 1))); in hexStringToBytes()
78 public static int hexCharToInt(char c) { in hexCharToInt() method in IccUtils