Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java25 import static com.android.launcher3.ui.AbstractLauncherUiTest.resolveSystemApp;
127 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in goToOverviewFromApp()
DTaplTestsQuickstep.java62 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in startTestApps()
214 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testBackground()
DStartLauncherViaGestureTests.java49 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()
DDigitalWellBeingToastTest.java32 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java377 public static String resolveSystemApp(String category) { in resolveSystemApp() method in AbstractLauncherUiTest