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

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

Completed in 47 milliseconds