Searched refs:prefsThatIgnore (Results 1 – 3 of 3) sorted by relevance
155 Set prefsThatIgnore = new HashSet<String>(); in shouldApplyUxRestrictions_containsKey() local156 prefsThatIgnore.add(PREFERENCE_KEY); in shouldApplyUxRestrictions_containsKey()158 mPreferenceController.setUxRestrictionsIgnoredConfig(false, prefsThatIgnore); in shouldApplyUxRestrictions_containsKey()165 Set prefsThatIgnore = new HashSet<String>(); in shouldApplyUxRestrictions_not_containsKey() local166 prefsThatIgnore.add("unknown key"); in shouldApplyUxRestrictions_not_containsKey()168 mPreferenceController.setUxRestrictionsIgnoredConfig(false, prefsThatIgnore); in shouldApplyUxRestrictions_not_containsKey()175 Set prefsThatIgnore = new HashSet<String>(); in shouldApplyUxRestrictions_allIgnore() local176 prefsThatIgnore.add("unknown key"); in shouldApplyUxRestrictions_allIgnore()178 mPreferenceController.setUxRestrictionsIgnoredConfig(true, prefsThatIgnore); in shouldApplyUxRestrictions_allIgnore()512 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set prefsThatIgnore) { in isUxRestrictionsIgnored() argument
300 Set<String> prefsThatIgnore = new HashSet<>(); in fetchWifiEntries_getSavedWifiEntries() local301 prefsThatIgnore.add("unknown key"); in fetchWifiEntries_getSavedWifiEntries()303 prefController.setUxRestrictionsIgnoredConfig(/* allIgnore= */ false, prefsThatIgnore); in fetchWifiEntries_getSavedWifiEntries()383 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set prefsThatIgnore) { in isUxRestrictionsIgnored() argument
679 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set prefsThatIgnore) { in isUxRestrictionsIgnored() argument680 return allIgnores || prefsThatIgnore.contains(mPreferenceKey); in isUxRestrictionsIgnored()