Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java376 hexCharToInt(char c) { in hexCharToInt() method in IccUtils
405 ret[i/2] = (byte) ((hexCharToInt(s.charAt(i)) << 4) in hexStringToBytes()
406 | hexCharToInt(s.charAt(i+1))); in hexStringToBytes()
/frameworks/base/config/
Dhiddenapi-greylist.txt1480 Lcom/android/internal/telephony/uicc/IccUtils;->hexCharToInt(C)I
Dboot-image-profile.txt23853 HSPLcom/android/internal/telephony/uicc/IccUtils;->hexCharToInt(C)I