Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java27 import static com.android.launcher3.ui.AbstractLauncherUiTest.resolveSystemApp;
137 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in FallbackRecentsTest()
155 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in goToOverviewFromApp()
191 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testOverview()
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()
DTaplTestsQuickstep.java73 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in startTestApps()
228 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testBackground()
DStartLauncherViaGestureTests.java51 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()
DDigitalWellBeingToastTest.java33 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java501 public static String resolveSystemApp(String category) { in resolveSystemApp() method in AbstractLauncherUiTest