Home
last modified time | relevance | path

Searched refs:firstGroup (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/tests/functional/safetycenter/subpages/src/android/safetycenter/functional/ui/
DSafetyCenterSubpagesTest.kt153 val firstGroup = in launchSafetyCenter_withMultipleGroups_showsHomepageEntries() constant
160 context.getString(firstGroup.titleResId), in launchSafetyCenter_withMultipleGroups_showsHomepageEntries()
161 context.getString(firstGroup.summaryResId), in launchSafetyCenter_withMultipleGroups_showsHomepageEntries()
185 val firstGroup = in launchSafetyCenter_withMultipleGroupsButFlagDisabled_showsExpandAndCollapseEntries() constant
192 context.getString(firstGroup.titleResId), in launchSafetyCenter_withMultipleGroupsButFlagDisabled_showsExpandAndCollapseEntries()
193 context.getString(firstGroup.summaryResId), in launchSafetyCenter_withMultipleGroupsButFlagDisabled_showsExpandAndCollapseEntries()
211 val firstGroup = in launchSafetyCenter_redirectBackFromSubpage_showsHomepageEntries() constant
215 waitGroupShownOnHomepage(context, firstGroup) in launchSafetyCenter_redirectBackFromSubpage_showsHomepageEntries()
217 openPageAndExit(context.getString(firstGroup.titleResId)) { in launchSafetyCenter_redirectBackFromSubpage_showsHomepageEntries()
218 waitPageTitleDisplayed(context.getString(firstGroup.titleResId)) in launchSafetyCenter_redirectBackFromSubpage_showsHomepageEntries()
[all …]
/packages/modules/Permission/tests/functional/safetycenter/safetycenteractivity/src/android/safetycenter/functional/ui/
DSafetyCenterActivityTest.kt1422 val firstGroup = config.safetySourcesGroups.first() in launchSafetyCenter_enableSubpagesFlagOnT_stillShowsExpandAndCollapseEntries() constant
1431 waitDisplayed(By.text(context.getString(firstGroup.titleResId))) { it.click() } in launchSafetyCenter_enableSubpagesFlagOnT_stillShowsExpandAndCollapseEntries()