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

/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DIccUtils.java755 return byteNumForInt(value, false);
767 return byteNumForInt(value, true);
771 int l = byteNumForInt(value, signed);
782 private static int byteNumForInt(int value, boolean signed) { method in class:IccUtils

Completed in 31 milliseconds