Home
last modified time | relevance | path

Searched defs:uuid1 (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/profile/
DProfileManagerTest.java81 Optional<UUID> uuid1 = mProfileManager.addServiceProfile(1); in testAddServiceProfile() local
124 Optional<UUID> uuid1 = mProfileManager.addServiceProfile(1); in testActivateProfile() local
137 Optional<UUID> uuid1 = mProfileManager.addServiceProfile(1); in testStartRanging() local
154 Optional<UUID> uuid1 = mProfileManager.addServiceProfile(1); in testStopRanging() local
174 Optional<UUID> uuid1 = mProfileManager.addServiceProfile(1); in testCloseRanging() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/common/
DUserProfileIdDaoSharedPreferencesImplTest.java77 UUID uuid1 = UUID.randomUUID(); in testSetId_idExist_overrideExistingId() local
86 assertEquals(mUserProfileIdDao.getUserProfileId(), uuid1); in testSetId_idExist_overrideExistingId() local
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/le/
DScanRecordTest.java182 ParcelUuid uuid1 = ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB"); in testParser() local
250 ParcelUuid uuid1 = ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB"); in testParserMultipleManufacturerSpecificData() local
/packages/modules/Bluetooth/system/bta/groups/
Dgroups_test.cc173 Uuid uuid1 = in TEST_F() local
195 Uuid uuid1 = in TEST_F() local
278 Uuid uuid1 = in TEST_F() local
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/utils/
DStorageUtilsTest.java48 UUID uuid1 = UUID.randomUUID(); in uuidToBytesAndBack_oneUuid() local
/packages/modules/Bluetooth/system/bta/test/
Dbta_dm_cust_uuid_test.cc30 static const Uuid uuid1 = Uuid::From128BitBE( variable
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/
DMedicalResourceHelperTest.java92 UUID uuid1 = in getReadTableRequest_usingMedicalResourceId_correctQuery() local
/packages/modules/Bluetooth/system/gd/hci/
Duuid_unittest.cc160 auto uuid1 = Uuid::kEmpty; in TEST() local
/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc149 const Uuid* uuid1 = property_as_uuids(property, &uuid_cnt1); in TEST_F() local
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/
DTransactionManagerTest.java365 UUID uuid1 = in insertMultipleMedicalResources_readMultipleResources() local
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs289 let uuid1: Uuid = [1; 16].into(); in test_set_service_allowed() localVariable
Dbluetooth_gatt.rs4340 let uuid1 = Uuid::from_string("00000000000000000000000000000001").unwrap(); in test_context_map_clients() localVariable
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h62 bluetooth::Uuid* uuid1; member
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java3601 int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, int p5) { in gattTestCommand()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2538 Uuid uuid1 = from_java_uuid(uuid1_msb, uuid1_lsb); in gattTestNative() local