Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java800 return byteNumForInt(value, false); in byteNumForUnsignedInt()
812 return byteNumForInt(value, true); in byteNumForSignedInt()
816 int l = byteNumForInt(value, signed); in intToBytes()
827 private static int byteNumForInt(int value, boolean signed) { in byteNumForInt() method in IccUtils