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/common/
DPreferenceController.java257 onApplyUxRestrictions(mUxRestrictions); in refreshUi()
457 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/bluetooth/
DBluetoothBondedDevicesPreferenceController.java112 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() method in BluetoothBondedDevicesPreferenceController
113 super.onApplyUxRestrictions(uxRestrictions); in onApplyUxRestrictions()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiEntryListPreferenceController.java116 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() method in WifiEntryListPreferenceController