Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccUtils.java286 hexCharToInt(char c) { in hexCharToInt() method in IccUtils
315 ret[i/2] = (byte) ((hexCharToInt(s.charAt(i)) << 4) in hexStringToBytes()
316 | hexCharToInt(s.charAt(i+1))); in hexStringToBytes()