Home
last modified time | relevance | path

Searched refs:byteArrayToInt (Results 1 – 6 of 6) 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.java213 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt() method in Utils
214 return byteArrayToInt(valueBuf, 0); in byteArrayToInt()
223 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() method in Utils
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java981 int mode = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
1004 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
1018 mLocalIOCapability = Utils.byteArrayToInt(val); in adapterPropertyChangedCallback()
DRemoteDevices.java900 final int newBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
949 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.java786 audioSyncState.add((long) Utils.byteArrayToInt(audioSyncIndex)); in parseBroadcastReceiverState()