HomeSort by relevance Sort by last modified time
    Searched refs:getUuids (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 607 public ParcelUuid[] getUuids() {
620 * cache. Clients should use the {@link #getUuids} to get UUIDs
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 298 ParcelUuid[] uuids = cachedDevice.getDevice().getUuids();
CachedBluetoothDevice.java 509 ParcelUuid[] uuids = mDevice.getUuids();
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 566 ParcelUuid[] uuids = device.getUuids();
765 if (device.getUuids() == null) {
    [all...]

Completed in 125 milliseconds