Searched refs:resolveSystemApp (Results 1 – 6 of 6) sorted by relevance
27 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()
103 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()
73 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in startTestApps()228 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testBackground()
51 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()
33 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
501 public static String resolveSystemApp(String category) { in resolveSystemApp() method in AbstractLauncherUiTest