Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java390 hexCharToInt(char c) { in hexCharToInt() method in IccUtils
420 ret[i/2] = (byte) ((hexCharToInt(s.charAt(i)) << 4) in hexStringToBytes()
421 | hexCharToInt(s.charAt(i+1))); in hexStringToBytes()
/frameworks/base/config/
Dboot-image-profile.txt23852 HSPLcom/android/internal/telephony/uicc/IccUtils;->hexCharToInt(C)I