Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DViewInflationDuringSwipeUp.java100 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()
121 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testSwipeUpFromApp()
207 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in executeSwipeUpTestWithWidget()
DFallbackRecentsTest.java28 import static com.android.launcher3.ui.AbstractLauncherUiTest.resolveSystemApp;
189 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in goToOverviewFromApp()
226 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testOverview()
DTaplTestsSplitscreen.java32 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
DDigitalWellBeingToastTest.java32 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
DTaplTestsTaskbar.java50 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
DTaplTestsQuickstep.java57 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java452 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testPressBack()
DAbstractLauncherUiTest.java508 public static String resolveSystemApp(String category) { in resolveSystemApp() method in AbstractLauncherUiTest