Searched refs:blackList (Results 1 – 2 of 2) sorted by relevance
174 @NonNull Set<String> blackList, in getLauncherApps()203 if (shouldAddToLaunchables(componentName, blackList, customMediaComponents, in getLauncherApps()234 if (shouldAddToLaunchables(componentName, blackList, customMediaComponents, in getLauncherApps()261 @NonNull Set<String> blackList, in shouldAddToLaunchables() argument265 if (blackList.contains(componentName.getPackageName())) { in shouldAddToLaunchables()
209 Set<String> blackList = mShowAllApps ? Collections.emptySet() : mHiddenApps; in updateAppsLists() local210 LauncherAppsInfo appsInfo = AppLauncherUtils.getLauncherApps(blackList, in updateAppsLists()