Home
last modified time | relevance | path

Searched defs:uuid2 (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/common/
DUserProfileIdDaoSharedPreferencesImplTest.java89 UUID uuid2 = UUID.randomUUID(); in testSetId_idExist_overrideExistingId() local
96 assertEquals(mUserProfileIdDao.getUserProfileId(), uuid2); in testSetId_idExist_overrideExistingId() local
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/le/
DScanRecordTest.java183 ParcelUuid uuid2 = ParcelUuid.fromString("0000110B-0000-1000-8000-00805F9B34FB"); in testParser() local
251 ParcelUuid uuid2 = ParcelUuid.fromString("0000110B-0000-1000-8000-00805F9B34FB"); in testParserMultipleManufacturerSpecificData() local
/packages/modules/Bluetooth/system/bta/groups/
Dgroups_test.cc175 Uuid uuid2 = in TEST_F() local
197 Uuid uuid2 = in TEST_F() local
280 Uuid uuid2 = in TEST_F() local
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/utils/
DStorageUtilsTest.java49 UUID uuid2 = UUID.randomUUID(); in uuidToBytesAndBack_oneUuid() local
/packages/modules/Bluetooth/system/bta/test/
Dbta_dm_cust_uuid_test.cc33 static const Uuid uuid2 = Uuid::From128BitBE( variable
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/
DMedicalResourceHelperTest.java94 UUID uuid2 = in getReadTableRequest_usingMedicalResourceId_correctQuery() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/profile/
DProfileManagerTest.java82 Optional<UUID> uuid2 = mProfileManager.addServiceProfile(2); in testAddServiceProfile() local
/packages/modules/Bluetooth/system/gd/hci/
Duuid_unittest.cc161 auto uuid2 = Uuid::FromString("11111111-1111-1111-1111-111111111111"); in TEST() local
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/
DTransactionManagerTest.java384 UUID uuid2 = in insertMultipleMedicalResources_readMultipleResources() local
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs290 let uuid2: Uuid = [2; 16].into(); in test_set_service_allowed() localVariable
Dbluetooth_gatt.rs4360 let uuid2 = Uuid::from_string("00000000000000000000000000000002").unwrap(); in test_context_map_clients() localVariable