Searched refs:shouldApplyUxRestrictions (Results 1 – 3 of 3) sorted by relevance
142 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()
573 boolean restrict = shouldApplyUxRestrictions(uxRestrictions); in onApplyUxRestrictions()589 protected boolean shouldApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in shouldApplyUxRestrictions() method in PreferenceController
146 } else if (shouldApplyUxRestrictions(getUxRestrictions())) { in fetchWifiEntries()