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

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

Completed in 65 milliseconds