Home
last modified time | relevance | path

Searched refs:prefsThatIgnore (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPreferenceController.java481 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set prefsThatIgnore) { in isUxRestrictionsIgnored() argument
482 return allIgnores || prefsThatIgnore.contains(mPreferenceKey); in isUxRestrictionsIgnored()