Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java28 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()
DTaplTestsQuickstep.java72 startAppFast(getAppPackageName()); in startTestApps()
73 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in startTestApps()
228 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testBackground()
DViewInflationDuringSwipeUp.java103 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()
DStartLauncherViaGestureTests.java51 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()
DDigitalWellBeingToastTest.java40 startAppFast(CALCULATOR_PACKAGE); in testToast()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java461 public static void startAppFast(String packageName) { in startAppFast() method in AbstractLauncherUiTest