Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java100 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); in matches()
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
159 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
DCachedBluetoothDevice.java559 ParcelUuid[] uuids = mDevice.getUuids(); in updateProfiles() local
608 ParcelUuid[] uuids = mDevice.getUuids(); in onUuidChanged() local
DLocalBluetoothProfileManager.java457 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles()
/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.java82 ParcelUuid[] uuids = device.getUuids(); in matchesServiceUuid() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java573 ParcelUuid[] uuids = device.getUuids(); in shouldSendVolumeKeys() local
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java382 List<ParcelUuid> uuids) { in matchesServiceUuids()