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.java548 ParcelUuid[] uuids = mDevice.getUuids(); in updateProfiles() local
597 ParcelUuid[] uuids = mDevice.getUuids(); in onUuidChanged() local
DLocalBluetoothProfileManager.java458 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.java634 ParcelUuid[] uuids = device.getUuids(); in shouldSendVolumeKeys() local
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java382 List<ParcelUuid> uuids) { in matchesServiceUuids()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl26 long createAppDataBatched(in @nullable @utf8InCpp String[] uuids, in createAppDataBatched()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp416 const std::optional<std::vector<std::optional<std::string>>>& uuids, in createAppDataBatched()