Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppLauncherUtils.java170 static LauncherAppsInfo getLauncherApps( in getLauncherApps()
267 @NonNull Set<String> appsToHide, in shouldAddToLaunchables()
DAppGridActivity.java236 Set<String> appsToHide = mShowAllApps ? Collections.emptySet() : mHiddenApps; in updateAppsLists() local