Searched refs:startAppFast (Results 1 – 9 of 9) sorted by relevance
86 startAppFast(CALCULATOR_APP_PACKAGE); in testSplitAppFromHomeWithItself()130 startAppFast(CALCULATOR_APP_PACKAGE); in testSaveAppPairMenuItemDoesNotExistOnSingleTask()146 startAppFast(getAppPackageName()); in testSplitSingleTaskFromTaskbar()
90 startAppFast(getAppPackageName()); in startTestApps()91 startAppFast(CALCULATOR_APP_PACKAGE); in startTestApps()230 startAppFast(CALCULATOR_APP_PACKAGE); // Ensure Calculator is last opened app. in testOpenOverviewWithActionPlusTabKeys()243 startAppFast(CALCULATOR_APP_PACKAGE); // Ensure Calculator is last opened app. in testOpenOverviewWithRecentsKey()303 startAppFast(CALCULATOR_APP_PACKAGE); in testBackground()423 startAppFast(CALCULATOR_APP_PACKAGE); in testPressBack()
66 startAppFast(getAppPackageName()); in startTestApps()67 startAppFast(CALCULATOR_APP_PACKAGE); in startTestApps()
29 import static com.android.launcher3.ui.AbstractLauncherUiTest.startAppFast;194 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in goToOverviewFromApp()252 startAppFast(getAppPackageName()); in testOverview()253 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testOverview()
68 startAppFast(CALCULATOR_APP_PACKAGE); in setUp()155 startAppFast(CALCULATOR_APP_PACKAGE); in testLaunchSingleRecentTask()
58 startAppFast(CALCULATOR_APP_PACKAGE); in setUp()
49 startAppFast(CALCULATOR_PACKAGE); in testToast()
205 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testPressBackFromAllAppsToHome()
566 public static void startAppFast(String packageName) { in startAppFast() method in AbstractLauncherUiTest