Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DIccUtils.java800 public static byte[] signedIntToBytes(int value) { in signedIntToBytes() method in IccUtils
805 signedIntToBytes(value, bytes, 0); in signedIntToBytes()
832 public static int signedIntToBytes(int value, byte[] dest, int offset) { in signedIntToBytes() method in IccUtils
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
H A DAsn1Node.java106 byte[] dataBytes = IccUtils.signedIntToBytes(value); in addChildAsInteger()