Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java526 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getIntValue()
563 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getFloatValue()
618 int len = offset + getTypeLen(formatType); in setValue()
665 int len = offset + getTypeLen(formatType); in setValue()
709 private int getTypeLen(int formatType) { in getTypeLen() method in BluetoothGattCharacteristic
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10181 Landroid/bluetooth/BluetoothGattCharacteristic;->getTypeLen(I)I