Home
last modified time | relevance | path

Searched refs:LauncherAppsInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppLauncherUtils.java89 static class LauncherAppsInfo { class in AppLauncherUtils
99 LauncherAppsInfo(@NonNull Map<ComponentName, AppMetaData> launchablesMap, in LauncherAppsInfo() method in AppLauncherUtils.LauncherAppsInfo
130 private final static LauncherAppsInfo EMPTY_APPS_INFO = new LauncherAppsInfo(
173 static LauncherAppsInfo getLauncherApps( in getLauncherApps()
259 return new LauncherAppsInfo(launchablesMap, mediaServicesMap); in getLauncherApps()
DAppGridActivity.java52 import com.android.car.carlauncher.AppLauncherUtils.LauncherAppsInfo;
237 LauncherAppsInfo appsInfo = AppLauncherUtils.getLauncherApps(blackList, in updateAppsLists()
291 private List<AppMetaData> getMostRecentApps(LauncherAppsInfo appsInfo) { in getMostRecentApps()