Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java535 return unsignedBytesToInt(mValue[offset], mValue[offset + 1]); in getIntValue()
538 return unsignedBytesToInt(mValue[offset], mValue[offset + 1], in getIntValue()
544 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()
548 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()
725 private int unsignedBytesToInt(byte b0, byte b1) { in unsignedBytesToInt() method in BluetoothGattCharacteristic
732 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() method in BluetoothGattCharacteristic
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10200 Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BB)I
10201 Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BBBB)I