Searched refs:uuid3 (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_admin.rs | 433 let uuid3: Uuid = [3; 16].into(); in test_set_service_allowed() localVariable 434 let uuids = vec![uuid1, uuid2, uuid3]; in test_set_service_allowed() 439 assert!(admin_helper.is_service_allowed(&uuid3)); in test_set_service_allowed() 442 admin_helper.set_allowed_services(vec![uuid1, uuid3]); in test_set_service_allowed() 447 assert!(admin_helper.is_service_allowed(&uuid3)); in test_set_service_allowed() 455 assert!(!admin_helper.is_service_allowed(&uuid3)); in test_set_service_allowed() 456 assert_eq!(admin_helper.get_blocked_services(&uuids), vec![uuid1, uuid3]); in test_set_service_allowed()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | CustomUuidEirFragment.java | 143 (EditText) v.findViewById(R.id.uuid3), in onCreateView()
|
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/ |
D | SatelliteAccessControllerTest.java | 2285 UUID uuid3 = UUID.nameUUIDFromBytes(seed3.getBytes()); in testUpdateSystemSelectionChannels() local 2292 SatelliteInfo satelliteInfo3 = new SatelliteInfo(uuid3, satellitePosition3, Arrays.stream( in testUpdateSystemSelectionChannels() 2411 UUID uuid3 = UUID.nameUUIDFromBytes(seed3.getBytes()); in testUpdateSystemSelectionChannels_HandleInvalidInput() local 2418 SatelliteInfo satelliteInfo3 = new SatelliteInfo(uuid3, satellitePosition3, bandList3, in testUpdateSystemSelectionChannels_HandleInvalidInput()
|