Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DExtraSettingsPreferenceControllerTest.java180 mController.onApplyUxRestrictions(UNRESTRICTED_UX_RESTRICTIONS); in onUxRestrictionsChanged_unrestrictedAndDO_intentsIntoActivityNoMetadata_disabled()
196 mController.onApplyUxRestrictions(UNRESTRICTED_UX_RESTRICTIONS); in onUxRestrictionsChanged_unrestrictedAndDO_intentsIntoNonDOActivity_disabled()
211 mController.onApplyUxRestrictions(UNRESTRICTED_UX_RESTRICTIONS); in onUxRestrictionsChanged_unrestrictedAndDO_intentsIntoDOActivity_enabled()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPreferenceController.java327 onApplyUxRestrictions(mUxRestrictions); in refreshUi()
572 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() method in PreferenceController
DExtraSettingsPreferenceController.java113 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() method in ExtraSettingsPreferenceController
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiEntryListPreferenceController.java118 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() method in WifiEntryListPreferenceController