Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DFallbackRecentsTest.java28 import static com.android.launcher3.ui.AbstractLauncherUiTest.resolveSystemApp;
175 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in goToOverviewFromApp()
211 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testOverview()
H A 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()
H A DStartLauncherViaGestureTests.java53 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()
H A DTaplTestsQuickstep.java78 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in startTestApps()
212 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testBackground()
H A DDigitalWellBeingToastTest.java32 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java497 public static String resolveSystemApp(String category) { in resolveSystemApp() method in AbstractLauncherUiTest