Searched refs:resolveSystemApp (Results 1 – 10 of 10) sorted by relevance
28 import static com.android.launcher3.ui.AbstractLauncherUiTest.resolveSystemApp;194 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in goToOverviewFromApp()253 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testOverview()
42 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
45 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
49 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
62 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
68 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
205 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testPressBackFromAllAppsToHome()
65 AbstractLauncherUiTest.resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)
636 public static String resolveSystemApp(String category) { in resolveSystemApp() method in AbstractLauncherUiTest