Searched refs:resolveSystemApp (Results 1 – 5 of 5) sorted by relevance
25 import static com.android.launcher3.ui.AbstractLauncherUiTest.resolveSystemApp;127 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in goToOverviewFromApp()
62 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in startTestApps()214 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in testBackground()
49 startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)); in setUp()
32 resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR);
377 public static String resolveSystemApp(String category) { in resolveSystemApp() method in AbstractLauncherUiTest