Home
last modified time | relevance | path

Searched refs:getInstanceId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java598 svc.getInstanceId() == instanceId && in getService()
850 service.getType(), service.getInstanceId(), in readCharacteristic()
851 new ParcelUuid(service.getUuid()), characteristic.getInstanceId(), in readCharacteristic()
889 service.getType(), service.getInstanceId(), in writeCharacteristic()
890 new ParcelUuid(service.getUuid()), characteristic.getInstanceId(), in writeCharacteristic()
929 service.getInstanceId(), new ParcelUuid(service.getUuid()), in readDescriptor()
930 characteristic.getInstanceId(), new ParcelUuid(characteristic.getUuid()), in readDescriptor()
931 descriptor.getInstanceId(), new ParcelUuid(descriptor.getUuid()), in readDescriptor()
967 service.getInstanceId(), new ParcelUuid(service.getUuid()), in writeDescriptor()
968 characteristic.getInstanceId(), new ParcelUuid(characteristic.getUuid()), in writeDescriptor()
[all …]
DBluetoothGattServer.java377 svc.getInstanceId() == instanceId && in getService()
504 service.getType(), service.getInstanceId(), in notifyCharacteristicChanged()
505 new ParcelUuid(service.getUuid()), characteristic.getInstanceId(), in notifyCharacteristicChanged()
539 service.getInstanceId(), service.getHandles(), in addService()
546 includedService.getInstanceId(), in addService()
589 service.getInstanceId(), service.getType()); in removeService()
594 service.getInstanceId(), new ParcelUuid(service.getUuid())); in removeService()
DBluetoothGattService.java159 && characteristic.getInstanceId() == instanceId) in getCharacteristic()
217 public int getInstanceId() { in getInstanceId() method in BluetoothGattService
DBluetoothGattDescriptor.java185 public int getInstanceId() { in getInstanceId() method in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java292 && descriptor.getInstanceId() == instanceId) { in getDescriptor()
332 public int getInstanceId() { in getInstanceId() method in BluetoothGattCharacteristic
/frameworks/base/api/
Dcurrent.txt5209 method public int getInstanceId();
5307 method public int getInstanceId();