Home
last modified time | relevance | path

Searched refs:getLauncherApps (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()
229 AppLauncherUtils.LauncherAppsInfo launcherAppsInfo = AppLauncherUtils.getLauncherApps( in testGetLauncherApps_Launcher()
281 AppLauncherUtils.LauncherAppsInfo launcherAppsInfo = AppLauncherUtils.getLauncherApps( in testGetLauncherAppsWithEnableAndTosDisabledApps()
323 AppLauncherUtils.LauncherAppsInfo launcherAppsInfo = AppLauncherUtils.getLauncherApps( in testGetLauncherAppsWithEnableAndTosDisabledDistractionOptimizedApps()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppLauncherUtils.java212 static LauncherAppsInfo getLauncherApps( in getLauncherApps() method in AppLauncherUtils