Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java833 int mode = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
855 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
864 mLocalIOCapability = Utils.byteArrayToInt(val); in adapterPropertyChangedCallback()
869 mLocalIOCapabilityBLE = Utils.byteArrayToInt(val); in adapterPropertyChangedCallback()
DRemoteDevices.java538 final int newClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
543 device.mBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
568 device.mDeviceType = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()
DAdapterService.java1712 Utils.byteArrayToInt(passkey)); in setPasskey()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java120 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt() method in Utils
121 return byteArrayToInt(valueBuf, 0); in byteArrayToInt()
130 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() method in Utils
/packages/apps/SecureElement/src/com/android/se/internal/
DByteArrayConverter.java177 public static int byteArrayToInt(byte[] byteArray) { in byteArrayToInt() method in ByteArrayConverter