Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DActivityLaunchUtils.java83 ActivityLauncher activityLauncher = new ActivityLauncher() { in launchActivityAndWaitForItToBeOnscreen() local
90 uiAutomation, activityLauncher, Display.DEFAULT_DISPLAY); in launchActivityAndWaitForItToBeOnscreen()
106 ActivityLauncher activityLauncher = new ActivityLauncher() { in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen() local
118 uiAutomation, activityLauncher, displayId); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
273 ActivityLauncher activityLauncher, int displayId) throws Exception { in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen() argument
292 mTempActivity = activityLauncher.launchActivity(); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()