Searched refs:LauncherAppsInfo (Results 1 – 2 of 2) sorted by relevance
89 static class LauncherAppsInfo { class in AppLauncherUtils99 LauncherAppsInfo(@NonNull Map<ComponentName, AppMetaData> launchablesMap, in LauncherAppsInfo() method in AppLauncherUtils.LauncherAppsInfo130 private final static LauncherAppsInfo EMPTY_APPS_INFO = new LauncherAppsInfo(173 static LauncherAppsInfo getLauncherApps( in getLauncherApps()259 return new LauncherAppsInfo(launchablesMap, mediaServicesMap); in getLauncherApps()
52 import com.android.car.carlauncher.AppLauncherUtils.LauncherAppsInfo;237 LauncherAppsInfo appsInfo = AppLauncherUtils.getLauncherApps(blackList, in updateAppsLists()291 private List<AppMetaData> getMostRecentApps(LauncherAppsInfo appsInfo) { in getMostRecentApps()