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