Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppLauncherUtils.java171 @NonNull Set<String> appsToHide, in getLauncherApps()
202 if (shouldAddToLaunchables(componentName, appsToHide, customMediaComponents, in getLauncherApps()
240 if (shouldAddToLaunchables(componentName, appsToHide, customMediaComponents, in getLauncherApps()
267 @NonNull Set<String> appsToHide, in shouldAddToLaunchables() argument
271 if (appsToHide.contains(componentName.getPackageName())) { in shouldAddToLaunchables()
DAppGridActivity.java236 Set<String> appsToHide = mShowAllApps ? Collections.emptySet() : mHiddenApps; in updateAppsLists() local
237 LauncherAppsInfo appsInfo = AppLauncherUtils.getLauncherApps(appsToHide, in updateAppsLists()