Searched refs:resolveSystemAppInfo (Results 1 – 4 of 4) sorted by relevance
20 import static com.android.launcher3.util.TestUtil.resolveSystemAppInfo;53 resolveSystemAppInfo(Intent.CATEGORY_APP_CALCULATOR).packageName;
479 public static ActivityInfo resolveSystemAppInfo(String category) { in resolveSystemAppInfo() method in BaseLauncherTaplTest488 return resolveSystemAppInfo(category).packageName; in resolveSystemApp()
279 return resolveSystemAppInfo(category).packageName; in resolveSystemApp()
240 public static ActivityInfo resolveSystemAppInfo(String category) { in resolveSystemAppInfo() method in TestUtil