Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DFakePreferenceController.java49 private Set<String> mPreferencesIgnoringUxRestrictions = new HashSet<>(); field in FakePreferenceController
187 mPreferencesIgnoringUxRestrictions); in isUxRestrictionsIgnored()
192 mPreferencesIgnoringUxRestrictions = preferencesThatIgnore; in setUxRestrictionsIgnoredConfig()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPreferenceController.java138 private final Set<String> mPreferencesIgnoringUxRestrictions; field in PreferenceController
158 mPreferencesIgnoringUxRestrictions = new HashSet<String>(Arrays.asList( in PreferenceController()
450 mPreferencesIgnoringUxRestrictions) in onApplyUxRestrictions()