Home
last modified time | relevance | path

Searched defs:uuids (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java102 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); in matches()
112 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
133 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
147 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
161 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
DCachedBluetoothDevice.java659 ParcelUuid[] uuids = mDevice.getUuids(); in updateProfiles() local
708 ParcelUuid[] uuids = mDevice.getUuids(); in onUuidChanged() local
DLocalBluetoothProfileManager.java467 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles()
/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
DShadowBluetoothAdapter.java98 public void setUuids(ParcelUuid[] uuids) { in setUuids()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java135 ParcelUuid[] uuids = new ParcelUuid[]{BluetoothUuid.HID}; in updateProfiles_addHidProfileForRemoteDevice() local
/frameworks/base/core/java/android/companion/
DBluetoothDeviceFilterUtils.java76 ParcelUuid[] uuids = device.getUuids(); in matchesServiceUuid() local
/frameworks/base/media/java/android/media/
DMediaDrm.java255 Set<UUID> uuids = new LinkedHashSet<>(); in getUUIDsFromByteArray() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java719 ParcelUuid[] uuids = device.getUuids(); in shouldSendVolumeKeys() local
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java432 List<ParcelUuid> uuids) { in matchesServiceUuids()