Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java88 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt() method in Utils
89 return byteArrayToInt(valueBuf, 0); in byteArrayToInt()
98 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() method in Utils
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java812 int mode = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
834 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
843 mLocalIOCapability = Utils.byteArrayToInt(val); in adapterPropertyChangedCallback()
848 mLocalIOCapabilityBLE = Utils.byteArrayToInt(val); in adapterPropertyChangedCallback()
DRemoteDevices.java527 final int newClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
532 device.mBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
557 device.mDeviceType = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
DAdapterService.java2271 Utils.byteArrayToInt(passkey)); in setPasskey()
/packages/apps/SecureElement/src/com/android/se/internal/
DByteArrayConverter.java177 public static int byteArrayToInt(byte[] byteArray) { in byteArrayToInt() method in ByteArrayConverter