Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothDeviceFilter.java103 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); in matches()
113 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
134 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
148 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
162 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
H A DCachedBluetoothDevice.java823 ParcelUuid[] uuids = mDevice.getUuids(); in updateProfiles() local
877 ParcelUuid[] uuids = mDevice.getUuids(); in onUuidChanged() local
H A DLocalBluetoothProfileManager.java602 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DEnvironmentTest.java134 var uuids = new ArrayList<String>(); in testDataPackageDirectoryForUser() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
H A DShadowBluetoothAdapter.java97 public void setUuids(ParcelUuid[] uuids) { in setUuids()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManagerTest.java135 ParcelUuid[] uuids = new ParcelUuid[]{BluetoothUuid.HID}; in updateProfiles_addHidProfileForRemoteDevice() local
/aosp14/frameworks/base/media/java/android/media/
H A DMediaDrm.java255 Set<UUID> uuids = new LinkedHashSet<>(); in getUUIDsFromByteArray() local
/aosp14/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java786 ParcelUuid[] uuids = btDevice.getUuids(); in isBLEMIDIDevice() local