Searched refs:overlayCategoriesToDisable (Results 1 – 1 of 1) sorted by relevance
137 final Set<String> overlayCategoriesToDisable = new HashSet<>(THEME_CATEGORIES); in applyCurrentUserOverlays() local138 overlayCategoriesToDisable.removeAll(categoryToPackage.keySet()); in applyCurrentUserOverlays()139 final Set<String> targetPackagesToQuery = overlayCategoriesToDisable.stream() in applyCurrentUserOverlays()148 .filter(o -> overlayCategoriesToDisable.contains(o.category)) in applyCurrentUserOverlays()