Home
last modified time | relevance | path

Searched defs:uuids (Results 1 – 10 of 10) 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.java823 ParcelUuid[] uuids = mDevice.getUuids(); in updateProfiles() local
877 ParcelUuid[] uuids = mDevice.getUuids(); in onUuidChanged() local
DLocalBluetoothProfileManager.java602 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles()
/frameworks/base/core/tests/coretests/src/android/os/
DEnvironmentTest.java134 var uuids = new ArrayList<String>(); in testDataPackageDirectoryForUser() local
/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
DShadowBluetoothAdapter.java97 public void setUuids(ParcelUuid[] uuids) { in setUuids()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java135 ParcelUuid[] uuids = new ParcelUuid[]{BluetoothUuid.HID}; in updateProfiles_addHidProfileForRemoteDevice() local
/frameworks/native/libs/binder/trusty/include/binder/
DRpcServerTrusty.h46 std::vector<const uuid> uuids; member
/frameworks/native/libs/binder/trusty/include_mock/lib/tipc/
Dtipc_srv.h25 const struct uuid** uuids; member
/frameworks/base/media/java/android/media/
DMediaDrm.java255 Set<UUID> uuids = new LinkedHashSet<>(); in getUUIDsFromByteArray() local
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java786 ParcelUuid[] uuids = btDevice.getUuids(); in isBLEMIDIDevice() local