Home
last modified time | relevance | path

Searched refs:onApplyUxRestrictions (Results 1 – 5 of 5) 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/bluetooth/
DBluetoothBondedDevicesPreferenceController.java84 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() method in BluetoothBondedDevicesPreferenceController
85 super.onApplyUxRestrictions(uxRestrictions); in onApplyUxRestrictions()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DExtraSettingsPreferenceController.java77 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() method in ExtraSettingsPreferenceController
78 super.onApplyUxRestrictions(uxRestrictions); in onApplyUxRestrictions()
DPreferenceController.java250 onApplyUxRestrictions(mUxRestrictions); in refreshUi()
448 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() method in PreferenceController
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DAccessPointListPreferenceController.java92 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() method in AccessPointListPreferenceController