Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 24 of 24) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/aggregatable/
Daggregatable_dedup_3_triggers_2_dedup.json30 // 9 is chosen as the dedup key.
69 // 9 is chosen as the dedup key.
70 // An aggregatable report is not generated, as 9 has already been chosen.
108 // 9 is chosen as the dedup key.
109 // An aggregatable report is not generated, as 9 has already been chosen.
Daggregatable_dedup_filter_sets.json30 // 9 is chosen as the dedup key.
63 // 9 is chosen as the dedup key.
64 // An aggregatable report is not generated, as 9 has already been chosen.
Daggregatable_dedup_keys_beyond_long_value.json30 // 17293822569102704640 is chosen as the dedup key.
60 // 17293822569102704640 is chosen as the dedup key.
61 // An aggregatable report is not generated, as 9 has already been chosen.
Daggregatable_dedup_2_dedup_keys_stored_in_db.json30 // 9 is chosen as the dedup key.
69 // 10 is chosen as the dedup key.
Daggregatable_dedup_2_triggers_1_dedup_key_stored.json30 // 9 is chosen as the dedup key.
Daggregatable_dedup_key_no_source_filters.json27 // Null dedup key is chosen.
/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/
DResolverActivityTest.java148 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local
150 chosen[0] = result.first.getResolveInfo(); in twoOptionsAndUserSelectsOne()
160 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()
256 ResolveInfo[] chosen = new ResolveInfo[1]; in hasLastChosenActivity() local
258 chosen[0] = result.first.getResolveInfo(); in hasLastChosenActivity()
264 assertThat(chosen[0], is(toChoose)); in hasLastChosenActivity()
286 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileOneOption() local
288 chosen[0] = result.first.getResolveInfo(); in hasOtherProfileOneOption()
301 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption()
320 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileTwoOptionsAndUserSelectsOne() local
[all …]
DChooserActivityTest.java520 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local
522 chosen[0] = targetInfo.getResolveInfo(); in twoOptionsAndUserSelectsOne()
530 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()
566 ResolveInfo[] chosen = new ResolveInfo[1]; in fourOptionsStackedIntoOneTarget() local
568 chosen[0] = targetInfo.getResolveInfo(); in fourOptionsStackedIntoOneTarget()
639 ResolveInfo[] chosen = new ResolveInfo[1]; in autoLaunchSingleResult() local
641 chosen[0] = targetInfo.getResolveInfo(); in autoLaunchSingleResult()
653 assertThat(chosen[0], is(resolvedComponentInfos.get(0).getResolveInfoAt(0))); in autoLaunchSingleResult()
674 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileOneOption() local
676 chosen[0] = targetInfo.getResolveInfo(); in hasOtherProfileOneOption()
[all …]
/packages/modules/Virtualization/pvmfw/src/
Dfdt.rs105 if let Some(chosen) = fdt.chosen()? { in read_initrd_range_from()
106 if let (Some(start), Some(end)) = (chosen.getprop_u32(start)?, chosen.getprop_u32(end)?) { in read_initrd_range_from()
125 if let Some(chosen) = fdt.chosen()? { in read_bootargs_from()
126 if let Some(bootargs) = chosen.getprop_str(cstr!("bootargs"))? { in read_bootargs_from()
1208 if let Some(mut chosen) = fdt.chosen_mut()? { in modify_for_next_stage()
1209 empty_or_delete_prop(&mut chosen, cstr!("avf,strict-boot"), strict_boot)?; in modify_for_next_stage()
1210 empty_or_delete_prop(&mut chosen, cstr!("avf,new-instance"), new_instance)?; in modify_for_next_stage()
1211 chosen.setprop_inplace(cstr!("kaslr-seed"), &kaslr_seed.to_be_bytes())?; in modify_for_next_stage()
/packages/modules/Virtualization/libs/libfdt/tests/data/
Dtest_tree_no_memory_node.dts37 chosen {
/packages/modules/Bluetooth/system/doc/
Dpower_management.md128 `BTA_DM_PM_NO_ACTION`. Only the highest power mode action is chosen from
130 - If the chosen action is `BTA_DM_PM_PARK` or `BTA_DM_PM_SNIFF` but the
134 - If the action chosen is `BTA_DM_PM_PARK`, `bta_dm_pm_park` is called,
137 - If the action chosen is `BTA_DM_PM_SNIFF`, the peer device's link policy
142 - If the action chosen is `BTA_DM_PM_ACTIVE`, a call to `bta_dm_pm_active`
/packages/modules/Virtualization/apkdmverity/testdata/
DREADME10 Build a random apk (Bluetooth.apk is chosen arbitrary)
/packages/modules/Virtualization/libs/libfdt/tests/
Dapi_test.rs87 let chosen = fdt.chosen().unwrap().unwrap(); in node_name() localVariable
88 assert_eq!(chosen.name(), Ok(cstr!("chosen"))); in node_name()
/packages/modules/Virtualization/docs/
Dhugepages.md29 THPs can have an impact on the system depending on the chosen policy. The
/packages/services/Telecomm/flags/
Dtelecom_callaudioroutestatemachine_flags.aconfig88 …description: "Update switching bt devices based on arbitrary device chosen if no device is specifi…
/packages/modules/Virtualization/pvmfw/
DREADME.md369 - the (optional) ramdisk in the standard `/chosen` node _e.g._
373 chosen {
404 - the `/chosen/avf,new-instance` flag, set when pvmfw generated a new secret
409 - the `/chosen/avf,strict-boot` flag, always set and can be used by guests to
Dplatform.dts57 chosen {
/packages/modules/Virtualization/pvmfw/testdata/
Dtest_crosvm_dt_base.dtsi12 chosen {
/packages/modules/AdServices/adservices/service-core/proto/
Dseller_frontend_service.proto88 // (e.g. Category blocks Publisher has chosen and so on). This can
/packages/modules/Virtualization/libs/libfdt/src/
Dlib.rs709 pub fn chosen(&self) -> Result<Option<FdtNode>> { in chosen() method
/packages/apps/Contacts/
DNOTICE98 place individually chosen by them; to perform the Work to the public
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz