Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DPreferenceControllerTest.java142 boolean result = mPreferenceController.shouldApplyUxRestrictions(BASELINE_UX_RESTRICTIONS); in shouldApplyUxRestrictions_baseline()
149 boolean result = mPreferenceController.shouldApplyUxRestrictions(NO_SETUP_UX_RESTRICTIONS); in shouldApplyUxRestrictions_isNoSetup()
159 boolean result = mPreferenceController.shouldApplyUxRestrictions(NO_SETUP_UX_RESTRICTIONS); in shouldApplyUxRestrictions_containsKey()
169 boolean result = mPreferenceController.shouldApplyUxRestrictions(NO_SETUP_UX_RESTRICTIONS); in shouldApplyUxRestrictions_not_containsKey()
179 boolean result = mPreferenceController.shouldApplyUxRestrictions(NO_SETUP_UX_RESTRICTIONS); in shouldApplyUxRestrictions_allIgnore()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPreferenceController.java573 boolean restrict = shouldApplyUxRestrictions(uxRestrictions); in onApplyUxRestrictions()
589 protected boolean shouldApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in shouldApplyUxRestrictions() method in PreferenceController
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiEntryListPreferenceController.java146 } else if (shouldApplyUxRestrictions(getUxRestrictions())) { in fetchWifiEntries()