Searched refs:AppLauncherUtils (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.car.carlauncher.AppLauncherUtils.APP_TYPE_LAUNCHABLES;20 import static com.android.car.carlauncher.AppLauncherUtils.APP_TYPE_MEDIA_SERVICES;52 import com.android.car.carlauncher.AppLauncherUtils.LauncherAppsInfo;102 public final @AppLauncherUtils.AppTypes int mAppTypes;105 Mode(@StringRes int titleStringId, @AppLauncherUtils.AppTypes int appTypes, in Mode()237 LauncherAppsInfo appsInfo = AppLauncherUtils.getLauncherApps(appsToHide, in updateAppsLists()330 ComponentName componentName = AppLauncherUtils.getMediaSource(mPackageManager, in getMostRecentApps()
55 class AppLauncherUtils { class64 private AppLauncherUtils() { in AppLauncherUtils() method in AppLauncherUtils216 AppLauncherUtils.launchApp(context, intent); in getLauncherApps()227 AppLauncherUtils.launchApp(context, in getLauncherApps()256 context -> AppLauncherUtils.launchApp(context, intent), in getLauncherApps()
151 Collections.sort(mApps, AppLauncherUtils.ALPHABETICAL_COMPARATOR); in sortAllApps()