Searched refs:allIgnores (Results 1 – 2 of 2) sorted by relevance
481 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set prefsThatIgnore) { in isUxRestrictionsIgnored() argument482 return allIgnores || prefsThatIgnore.contains(mPreferenceKey); in isUxRestrictionsIgnored()
185 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set preferencesThatIgnore) { in isUxRestrictionsIgnored() argument