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.java75 ActivityLauncher activityLauncher = new ActivityLauncher() { in launchActivityAndWaitForItToBeOnscreen() local
82 uiAutomation, activityLauncher, Display.DEFAULT_DISPLAY); in launchActivityAndWaitForItToBeOnscreen()
98 ActivityLauncher activityLauncher = new ActivityLauncher() { in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen() local
110 uiAutomation, activityLauncher, displayId); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
255 ActivityLauncher activityLauncher, int displayId) throws Exception { in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen() argument
274 mTempActivity = activityLauncher.launchActivity(); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()