Searched refs:getUuid (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java202 mServices.add(new BluetoothGattService(mDevice, srvcUuid.getUuid(),
222 srvcUuid.getUuid(), srvcInstId, srvcType);
224 inclSrvcUuid.getUuid(), inclSrvcInstId, inclSrvcType);
247 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
251 service, charUuid.getUuid(), charInstId, charProps, 0));
270 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
275 charUuid.getUuid());
279 characteristic, descUuid.getUuid(), descrInstId, 0));
331 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
336 charUuid.getUuid(), charInstI
[all...]
H A DBluetoothGattService.java158 if (uuid.equals(characteristic.getUuid())
204 public UUID getUuid() { method in class:BluetoothGattService
264 if (uuid.equals(characteristic.getUuid()))
H A DBluetoothGattServer.java121 UUID srvcUuid = srvcId.getUuid();
142 UUID srvcUuid = srvcId.getUuid();
143 UUID charUuid = charId.getUuid();
169 UUID srvcUuid = srvcId.getUuid();
170 UUID charUuid = charId.getUuid();
171 UUID descrUuid = descrId.getUuid();
201 UUID srvcUuid = srvcId.getUuid();
202 UUID charUuid = charId.getUuid();
231 UUID srvcUuid = srvcId.getUuid();
232 UUID charUuid = charId.getUuid();
[all...]
H A DBluetoothUuid.java213 UUID uuid = parcelUuid.getUuid();
224 UUID uuid = parcelUuid.getUuid();
225 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) {
H A DBluetoothGattDescriptor.java170 public UUID getUuid() { method in class:BluetoothGattDescriptor
H A DBluetoothGattCharacteristic.java291 if (descriptor.getUuid().equals(uuid)
320 public UUID getUuid() { method in class:BluetoothGattCharacteristic
409 if (descriptor.getUuid().equals(uuid)) {
/frameworks/base/core/java/android/os/
H A DParcelUuid.java60 public UUID getUuid() { method in class:ParcelUuid
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java206 public String getUuid() { method in class:StorageVolume
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java127 } else if (volume.getUuid() != null) {
128 rootId = volume.getUuid();

Completed in 136 milliseconds