Searched refs:openPageAndExit (Results 1 – 4 of 4) sorted by relevance
36 import com.android.safetycenter.testing.SafetyCenterActivityLauncher.openPageAndExit166 openPageAndExit(context.getString(lastGroup.titleResId)) { in launchSafetyCenter_withMultipleGroups_showsHomepageEntries()217 openPageAndExit(context.getString(firstGroup.titleResId)) { in launchSafetyCenter_redirectBackFromSubpage_showsHomepageEntries()260 openPageAndExit(context.getString(firstGroup.titleResId)) { in entryListWithMultipleSources_clickingOnHomepageEntry_showsSubpageEntries()271 openPageAndExit(context.getString(secondGroup.titleResId)) { in entryListWithMultipleSources_clickingOnHomepageEntry_showsSubpageEntries()285 openPageAndExit(context.getString(sourcesGroup.titleResId)) { in entryListWithSingleSource_clickingOnSubpageEntry_redirectsToDifferentScreen()304 openPageAndExit(context.getString(sourcesGroup.titleResId)) { in entryListWithSingleSource_clickingTheInfoIcon_redirectsToDifferentScreen()320 openPageAndExit(context.getString(sourcesGroup.titleResId)) { in entryListWithSingleSource_clickingTheGearIcon_redirectsToDifferentScreen()337 openPageAndExit(context.getString(sourcesGroup.titleResId)) { in entryListWithSingleSource_clickingAnUnclickableDisabledEntry_doesNothing()355 openPageAndExit(context.getString(sourcesGroup.titleResId)) { in entryListWithSingleSource_clickingAClickableDisabledEntry_redirectsToDifferentScreen()[all …]
34 import com.android.safetycenter.testing.SafetyCenterActivityLauncher.openPageAndExit184 openPageAndExit("Location access") { in privacySubpage_clickingOnLocationEntry_redirectsToLocationScreen()
29 import com.android.safetycenter.testing.SafetyCenterActivityLauncher.openPageAndExit87 … openPageAndExit("Settings") { waitAllTextDisplayed(safetySourceTestData.informationIssue.title) } in openSafetyCenterFullFromQs()127 openPageAndExit(context.getString(sourcesGroup.titleResId)) {} in openSubpageFromHomepage()
79 fun openPageAndExit(entryPoint: String, block: () -> Unit) { in openPageAndExit() method