Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppLauncherUtilsTest.java181 AppLauncherUtils.LauncherAppsInfo launcherAppsInfo = AppLauncherUtils.getLauncherApps( in testGetLauncherApps_MediaCenterAppSwitcher() local
188 List<AppMetaData> appMetaData = launcherAppsInfo.getLaunchableComponentsList(); in testGetLauncherApps_MediaCenterAppSwitcher()
200 assertEquals(5, launcherAppsInfo.getMediaServices().size()); in testGetLauncherApps_MediaCenterAppSwitcher()
229 AppLauncherUtils.LauncherAppsInfo launcherAppsInfo = AppLauncherUtils.getLauncherApps( in testGetLauncherApps_Launcher() local
236 List<AppMetaData> appMetaData = launcherAppsInfo.getLaunchableComponentsList(); in testGetLauncherApps_Launcher()
251 assertEquals(5, launcherAppsInfo.getMediaServices().size()); in testGetLauncherApps_Launcher()
281 AppLauncherUtils.LauncherAppsInfo launcherAppsInfo = AppLauncherUtils.getLauncherApps( in testGetLauncherAppsWithEnableAndTosDisabledApps() local
288 List<AppMetaData> appMetaData = launcherAppsInfo.getLaunchableComponentsList(); in testGetLauncherAppsWithEnableAndTosDisabledApps()
323 AppLauncherUtils.LauncherAppsInfo launcherAppsInfo = AppLauncherUtils.getLauncherApps( in testGetLauncherAppsWithEnableAndTosDisabledDistractionOptimizedApps() local
330 List<AppMetaData> appMetaData = launcherAppsInfo.getLaunchableComponentsList(); in testGetLauncherAppsWithEnableAndTosDisabledDistractionOptimizedApps()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DLauncherViewModel.java63 public void processAppsInfoFromPlatform(AppLauncherUtils.LauncherAppsInfo launcherAppsInfo) { in processAppsInfoFromPlatform() argument
66 List<AppMetaData> appMetaDataList = launcherAppsInfo.getLaunchableComponentsList(); in processAppsInfoFromPlatform()