Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/internal/
DByteArrayConverter.java177 public static int byteArrayToInt(byte[] byteArray) { in byteArrayToInt() method in ByteArrayConverter
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java308 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt() method in Utils
309 return byteArrayToInt(valueBuf, 0); in byteArrayToInt()
318 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() method in Utils
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java1021 int mode = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
1045 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
DRemoteDevices.java911 final int newBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
973 deviceProperties.setDeviceType(Utils.byteArrayToInt(val)); in devicePropertyChangedCallback()
DAdapterService.java3198 Utils.byteArrayToInt(passkey)); in setPasskey()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java885 bisSyncState.add((long) Utils.byteArrayToInt(bisSyncIndex)); in parseBroadcastReceiverState()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...