Searched refs:startAppFast (Results 1 – 6 of 6) sorted by relevance
28 import static com.android.launcher3.ui.AbstractLauncherUiTest.startAppFast;137 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in FallbackRecentsTest()155 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in goToOverviewFromApp()190 startAppFast(getAppPackageName()); in testOverview()191 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testOverview()
72 startAppFast(getAppPackageName()); in startTestApps()73 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in startTestApps()228 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testBackground()
103 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()123 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testSwipeUpFromApp()202 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in executeSwipeUpTestWithWidget()
51 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()
40 startAppFast(CALCULATOR_PACKAGE); in testToast()
461 public static void startAppFast(String packageName) { in startAppFast() method in AbstractLauncherUiTest