Searched defs:appsToHide (Results 1 – 2 of 2) sorted by relevance
170 static LauncherAppsInfo getLauncherApps( in getLauncherApps()267 @NonNull Set<String> appsToHide, in shouldAddToLaunchables()
236 Set<String> appsToHide = mShowAllApps ? Collections.emptySet() : mHiddenApps; in updateAppsLists() local