Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DViewInflationDuringSwipeUp.java103 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()
124 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testSwipeUpFromApp()
214 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in executeSwipeUpTestWithWidget()
DFallbackRecentsTest.java28 import static com.android.launcher3.ui.AbstractLauncherUiTest.resolveSystemApp;
193 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in goToOverviewFromApp()
230 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testOverview()
DAbstractTaplTestsTaskbar.java44 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
DDigitalWellBeingToastTest.java32 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
DTaplTestsSplitscreen.java48 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
DTaplTestsQuickstep.java72 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/util/
DSplitSelectDataHolderTest.kt64 AbstractLauncherUiTest.resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java486 public static String resolveSystemApp(String category) { in resolveSystemApp() method in AbstractLauncherUiTest
DTaplTestsLauncher3.java512 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testPressBack()