Searched refs:allowedFragments (Results 1 – 1 of 1) sorted by relevance
227 @NonNull Set<String> allowedFragments) { in filterBlockedFragments() argument234 filterBlockedFragments((PreferenceGroup) pref, allowedFragments); in filterBlockedFragments() local238 if (fragmentName != null && !allowedFragments.contains(fragmentName)) { in filterBlockedFragments()