Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java600 value = intToSignedBits(value, 8); in setValue()
607 value = intToSignedBits(value, 16); in setValue()
615 value = intToSignedBits(value, 32); in setValue()
651 mantissa = intToSignedBits(mantissa, 12); in setValue()
652 exponent = intToSignedBits(exponent, 4); in setValue()
659 mantissa = intToSignedBits(mantissa, 24); in setValue()
660 exponent = intToSignedBits(exponent, 8); in setValue()
740 private int intToSignedBits(int i, int size) { in intToSignedBits() method in BluetoothGattCharacteristic
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt376 Landroid/bluetooth/BluetoothGattCharacteristic;->intToSignedBits(II)I