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 | BluetoothGattServer.java | 405 svc.getInstanceId() == instanceId && in getService() 538 service.getType(), service.getInstanceId(), in notifyCharacteristicChanged() 539 new ParcelUuid(service.getUuid()), characteristic.getInstanceId(), in notifyCharacteristicChanged() 573 service.getInstanceId(), service.getHandles(), in addService() 580 includedService.getInstanceId(), in addService() 623 service.getInstanceId(), service.getType()); in removeService() 628 service.getInstanceId(), new ParcelUuid(service.getUuid())); in removeService()
|
D | BluetoothGatt.java | 231 brokenRef.getUuid(), brokenRef.getInstanceId(), brokenRef.getType()); 543 svc.getInstanceId() == instanceId && in getService() 559 if (charac.getInstanceId() == instanceId) in getCharacteristicById() 574 if (desc.getInstanceId() == instanceId) in getDescriptorById() 832 characteristic.getInstanceId(), AUTHENTICATION_NONE); in readCharacteristic() 875 characteristic.getInstanceId(), characteristic.getWriteType(), in writeCharacteristic() 918 descriptor.getInstanceId(), AUTHENTICATION_NONE); in readDescriptor() 958 mService.writeDescriptor(mClientIf, device.getAddress(), descriptor.getInstanceId(), in writeDescriptor() 1091 characteristic.getInstanceId(), enable); in setCharacteristicNotification()
|
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 | 7176 method public int getInstanceId(); 7282 method public int getInstanceId();
|
D | system-current.txt | 7477 method public int getInstanceId(); 7583 method public int getInstanceId();
|
D | test-current.txt | 7185 method public int getInstanceId(); 7291 method public int getInstanceId();
|