Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DIccUtils.java804 byte[] bytes = new byte[byteNumForSignedInt(value)]; in signedIntToBytes()
854 public static int byteNumForSignedInt(int value) { in byteNumForSignedInt() method in IccUtils