Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
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()
DCachedBluetoothDevice.java912 ParcelUuid[] uuids = mDevice.getUuids(); in updateProfiles() local
966 ParcelUuid[] uuids = mDevice.getUuids(); in onUuidChanged() local
DLocalBluetoothProfileManager.java603 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles()
/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DObservableUuidStore.java149 @Nullable Collection<ObservableUuid> uuids) throws IOException { in writeObservableUuidToXml()
283 final List<ObservableUuid> uuids = readObservableUuidsFromCache(userId); in getObservableUuidsForPackage() local
DDevicePresenceProcessor.java900 final List<ObservableUuid> uuids = in shouldScheduleRebind() local
/frameworks/base/core/tests/coretests/src/android/os/
DEnvironmentTest.java141 var uuids = new ArrayList<String>(); in testDataPackageDirectoryForUser() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java147 ParcelUuid[] uuids = new ParcelUuid[]{BluetoothUuid.HID}; in updateProfiles_addHidProfileForRemoteDevice() local
/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
DShadowBluetoothAdapter.java99 public void setUuids(ParcelUuid[] uuids) { in setUuids()
/frameworks/native/libs/binder/trusty/include_mock/lib/tipc/
Dtipc_srv.h25 const struct uuid** uuids; member
/frameworks/native/libs/binder/trusty/include/binder/
DRpcServerTrusty.h45 std::vector<const uuid> uuids; member
/frameworks/base/media/java/android/media/
DMediaDrm.java259 Set<UUID> uuids = new LinkedHashSet<>(); in getUUIDsFromByteArray() local
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java798 ParcelUuid[] uuids = btDevice.getUuids(); in isBLEMIDIDevice() local