Searched refs:getLaunchIntentForPackageAndCategory (Results 1 – 1 of 1) sorted by relevance
259 return getLaunchIntentForPackageAndCategory(packageName, Intent.CATEGORY_LEANBACK_LAUNCHER); in getLeanbackLaunchIntentForPackage()264 return getLaunchIntentForPackageAndCategory(packageName, Intent.CATEGORY_CAR_LAUNCHER); in getCarLaunchIntentForPackage()267 private Intent getLaunchIntentForPackageAndCategory(String packageName, String category) { in getLaunchIntentForPackageAndCategory() method in ApplicationPackageManager