Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppLauncherUtils.java73 static class LauncherAppsInfo { class in AppLauncherUtils
80 LauncherAppsInfo(@NonNull Map<String, AppMetaData> apps, in LauncherAppsInfo() method in AppLauncherUtils.LauncherAppsInfo
109 private final static LauncherAppsInfo EMPTY_APPS_INFO = new LauncherAppsInfo(
123 static LauncherAppsInfo getAllLauncherApps( in getAllLauncherApps()
183 return new LauncherAppsInfo(apps, mediaServicesMap); in getAllLauncherApps()
DAppGridActivity.java46 import com.android.car.carlauncher.AppLauncherUtils.LauncherAppsInfo;
156 LauncherAppsInfo appsInfo = AppLauncherUtils.getAllLauncherApps(blackList, in updateAppsLists()
204 private List<AppMetaData> getMostRecentApps(LauncherAppsInfo appsInfo) { in getMostRecentApps()
DAppSearchActivity.java170 AppLauncherUtils.LauncherAppsInfo appsInfo = AppLauncherUtils.getAllLauncherApps( in getAllApps()