Home
last modified time | relevance | path

Searched refs:AppLauncherUtils (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppGridActivity.java19 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()
DAppLauncherUtils.java58 class AppLauncherUtils { class
67 private AppLauncherUtils() { in AppLauncherUtils() method in AppLauncherUtils
219 AppLauncherUtils.launchApp(context, intent); in getLauncherApps()
224 context -> AppLauncherUtils.launchApp(context, in getLauncherApps()
252 context -> AppLauncherUtils.launchApp(context, intent), in getLauncherApps()
DAppGridAdapter.java124 Collections.sort(mApps, AppLauncherUtils.ALPHABETICAL_COMPARATOR); in sortAllApps()