Searched refs:blackList (Results 1 – 2 of 2) sorted by relevance
124 @NonNull Set<String> blackList, in getAllLauncherApps()147 if (shouldAdd(packageName, apps, blackList)) { in getAllLauncherApps()167 if (shouldAdd(packageName, apps, blackList)) { in getAllLauncherApps()187 @NonNull Set<String> blackList) { in shouldAdd() argument188 return !apps.containsKey(packageName) && !blackList.contains(packageName); in shouldAdd()
155 Set<String> blackList = mShowAllApps ? Collections.emptySet() : mHiddenApps; in updateAppsLists() local156 LauncherAppsInfo appsInfo = AppLauncherUtils.getAllLauncherApps(blackList, in updateAppsLists()