Searched refs:getInstanceId (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattService.java | 153 s.getInstanceId(), s.getType())); in writeToParcel() 192 isvc.getInstanceId(), isvc.getType())); in BluetoothGattService() 245 && characteristic.getInstanceId() == instanceId) in getCharacteristic() 303 public int getInstanceId() { in getInstanceId() method in BluetoothGattService
|
D | BluetoothGatt.java | 228 brokenRef.getUuid(), brokenRef.getInstanceId(), brokenRef.getType()); 532 svc.getInstanceId() == instanceId && in getService() 548 if (charac.getInstanceId() == instanceId) in getCharacteristicById() 563 if (desc.getInstanceId() == instanceId) in getDescriptorById() 821 characteristic.getInstanceId(), AUTHENTICATION_NONE); in readCharacteristic() 864 characteristic.getInstanceId(), characteristic.getWriteType(), in writeCharacteristic() 907 descriptor.getInstanceId(), AUTHENTICATION_NONE); in readDescriptor() 947 mService.writeDescriptor(mClientIf, device.getAddress(), descriptor.getInstanceId(), in writeDescriptor() 1080 characteristic.getInstanceId(), enable); in setCharacteristicNotification()
|
D | BluetoothGattServer.java | 407 svc.getInstanceId() == instanceId && in getService() 540 service.getType(), service.getInstanceId(), in notifyCharacteristicChanged() 541 new ParcelUuid(service.getUuid()), characteristic.getInstanceId(), in notifyCharacteristicChanged() 575 service.getInstanceId(), service.getHandles(), in addService() 582 includedService.getInstanceId(), in addService() 625 service.getInstanceId(), service.getType()); in removeService() 630 service.getInstanceId(), new ParcelUuid(service.getUuid())); in removeService()
|
D | BluetoothGattIncludedService.java | 100 public int getInstanceId() { in getInstanceId() method in BluetoothGattIncludedService
|
D | BluetoothGattDescriptor.java | 225 public int getInstanceId() { in getInstanceId() method in BluetoothGattDescriptor
|
D | BluetoothGattCharacteristic.java | 351 && descriptor.getInstanceId() == instanceId) { in getDescriptor() 391 public int getInstanceId() { in getInstanceId() method in BluetoothGattCharacteristic
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6296 method public int getInstanceId(); 6396 method public int getInstanceId();
|
/frameworks/base/api/ |
D | current.txt | 7159 method public int getInstanceId(); 7265 method public int getInstanceId();
|
D | test-current.txt | 7165 method public int getInstanceId(); 7271 method public int getInstanceId();
|
D | system-current.txt | 7451 method public int getInstanceId(); 7557 method public int getInstanceId();
|