Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java533 return unsignedBytesToInt(mValue[offset], mValue[offset + 1]); in getIntValue()
536 return unsignedBytesToInt(mValue[offset], mValue[offset + 1], in getIntValue()
542 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()
546 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()
723 private int unsignedBytesToInt(byte b0, byte b1) { in unsignedBytesToInt() method in BluetoothGattCharacteristic
730 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() method in BluetoothGattCharacteristic
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10191 Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BB)I
10192 Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BBBB)I