Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/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()
DPreferenceControllerTest.java470 private Set<String> mPreferencesIgnoringUxRestrictions = new HashSet<>(); field in PreferenceControllerTest.FakePreferenceController
508 mPreferencesIgnoringUxRestrictions = preferencesThatIgnore; in setUxRestrictionsIgnoredConfig()
514 mPreferencesIgnoringUxRestrictions); in isUxRestrictionsIgnored()
/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.java175 private final Set<String> mPreferencesIgnoringUxRestrictions; field in PreferenceController
202 mPreferencesIgnoringUxRestrictions = new HashSet<String>(Arrays.asList( in PreferenceController()
591 mPreferencesIgnoringUxRestrictions) in shouldApplyUxRestrictions()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DWifiEntryListPreferenceControllerTest.java359 private Set<String> mPreferencesIgnoringUxRestrictions = new HashSet<>(); field in WifiEntryListPreferenceControllerTest.TestWifiEntryListPreferenceController
379 mPreferencesIgnoringUxRestrictions = preferencesThatIgnore; in setUxRestrictionsIgnoredConfig()
385 mPreferencesIgnoringUxRestrictions); in isUxRestrictionsIgnored()