Searched refs:resolveSystemApp (Results 1 – 6 of 6) sorted by relevance
28 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()
100 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()
53 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()
78 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in startTestApps()212 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testBackground()
32 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
497 public static String resolveSystemApp(String category) { in resolveSystemApp() method in AbstractLauncherUiTest