Home
last modified time | relevance | path

Searched refs:getUuids (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/companion/
H A DBluetoothDeviceFilterUtils.java80 List<ParcelUuid> deviceUuids = device.getUuids() == null in matchesServiceUuid()
81 ? Collections.emptyList() : Arrays.asList(device.getUuids()); in matchesServiceUuid()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
H A DShadowBluetoothAdapter.java93 protected ParcelUuid[] getUuids() { in getUuids() method in ShadowBluetoothAdapter
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothDeviceFilter.java106 return matches(device.getUuids(), device.getBluetoothClass()); in matches()
H A DLocalBluetoothAdapter.java128 public ParcelUuid[] getUuids() { in getUuids() method in LocalBluetoothAdapter
H A DCachedBluetoothDevice.java823 ParcelUuid[] uuids = mDevice.getUuids(); in updateProfiles()
877 ParcelUuid[] uuids = mDevice.getUuids(); in onUuidChanged()
1077 ParcelUuid[] uuids = mDevice.getUuids(); in processPhonebookAccess()
/aosp14/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java786 ParcelUuid[] uuids = btDevice.getUuids(); in isBLEMIDIDevice()
820 ParcelUuid[] uuidParcels = btDevice.getUuids(); in dumpUuids()
836 ParcelUuid[] uuidParcels = btDevice.getUuids(); in hasNonMidiUuids()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java1141 when(mDevice.getUuids()).thenReturn(PbapServerProfile.PBAB_CLIENT_UUIDS); in onUuidChanged_bluetoothClassIsNull_shouldNotCrash()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...