Searched refs:LauncherAppsInfo (Results 1 – 3 of 3) sorted by relevance
73 static class LauncherAppsInfo { class in AppLauncherUtils80 LauncherAppsInfo(@NonNull Map<String, AppMetaData> apps, in LauncherAppsInfo() method in AppLauncherUtils.LauncherAppsInfo109 private final static LauncherAppsInfo EMPTY_APPS_INFO = new LauncherAppsInfo(123 static LauncherAppsInfo getAllLauncherApps( in getAllLauncherApps()183 return new LauncherAppsInfo(apps, mediaServicesMap); in getAllLauncherApps()
46 import com.android.car.carlauncher.AppLauncherUtils.LauncherAppsInfo;156 LauncherAppsInfo appsInfo = AppLauncherUtils.getAllLauncherApps(blackList, in updateAppsLists()204 private List<AppMetaData> getMostRecentApps(LauncherAppsInfo appsInfo) { in getMostRecentApps()
170 AppLauncherUtils.LauncherAppsInfo appsInfo = AppLauncherUtils.getAllLauncherApps( in getAllApps()