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(blackList, in updateAppsLists()330 ComponentName componentName = AppLauncherUtils.getMediaSource(mPackageManager, in getMostRecentApps()
58 class AppLauncherUtils { class67 private AppLauncherUtils() { in AppLauncherUtils() method in AppLauncherUtils219 AppLauncherUtils.launchApp(context, intent); in getLauncherApps()224 context -> AppLauncherUtils.launchApp(context, in getLauncherApps()252 context -> AppLauncherUtils.launchApp(context, intent), in getLauncherApps()
124 Collections.sort(mApps, AppLauncherUtils.ALPHABETICAL_COMPARATOR); in sortAllApps()