Home
last modified time | relevance | path

Searched refs:restrictionInfo (Results 1 – 18 of 18) sorted by relevance

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsManager.java101 void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo); in onUxRestrictionsChanged() argument
346 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
349 manager.handleUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
361 private void handleUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in handleUxRestrictionsChanged() argument
364 MSG_HANDLE_UX_RESTRICTIONS_CHANGE, restrictionInfo)); in handleUxRestrictionsChanged()
394 private void dispatchUxRChangeToClient(CarUxRestrictions restrictionInfo) { in dispatchUxRChangeToClient() argument
395 if (restrictionInfo == null) { in dispatchUxRChangeToClient()
403 listener.onUxRestrictionsChanged(restrictionInfo); in dispatchUxRChangeToClient()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarUxRestrictionManagerWrapper.java48 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
53 mCarHeadsUpNotificationManager.onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
56 mCarNotificationView.onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
DCarNotificationView.java261 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
262 mAdapter.setCarUxRestrictions(restrictionInfo); in onUxRestrictionsChanged()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/
DBaseTestSettingsFragment.java33 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
34 mCarUxRestrictions = restrictionInfo; in onUxRestrictionsChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountDetailsSettingController.java43 FragmentController fragmentController, CarUxRestrictions restrictionInfo) { in AccountDetailsSettingController() argument
44 super(context, preferenceKey, fragmentController, restrictionInfo); in AccountDetailsSettingController()
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileSwitcherFragment.java76 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
77 applyRestriction(CarUxRestrictionsHelper.isNoSetup(restrictionInfo)); in onUxRestrictionsChanged()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DBaseTestActivity.java83 public void setCarUxRestrictions(CarUxRestrictions restrictionInfo) { in setCarUxRestrictions() argument
84 mRestrictionInfo = restrictionInfo; in setCarUxRestrictions()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/
DNonDODisabledTaskProvider.java108 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
110 restrictionInfo); in onUxRestrictionsChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DMobileDataBaseWorker.java126 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
128 ((MobileDataRow) getQCItem()).setCarUxRestrictions(restrictionInfo); in onUxRestrictionsChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPreferenceControllerListHelper.java107 CarUxRestrictions restrictionInfo, @Nullable String availabilityStatusForZone) { in createInstance() argument
112 Object[] params = new Object[]{context, key, fragmentController, restrictionInfo}; in createInstance()
DBaseCarSettingsActivity.java259 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
260 mCarUxRestrictions = restrictionInfo; in onUxRestrictionsChanged()
266 .onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
276 .onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
DExtraSettingsPreferenceController.java95 FragmentController fragmentController, CarUxRestrictions restrictionInfo) { in ExtraSettingsPreferenceController() argument
96 super(context, preferenceKey, fragmentController, restrictionInfo); in ExtraSettingsPreferenceController()
DBaseFragment.java71 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
/packages/apps/Car/Settings/src/com/android/car/settings/datetime/
DTimePickerFragment.java152 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
153 if (canBeShown(restrictionInfo)) { in onUxRestrictionsChanged()
DDatePickerFragment.java165 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
166 if (canBeShown(restrictionInfo)) { in onUxRestrictionsChanged()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java417 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1107 method TIRAMISU_0 void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo);
/packages/services/Car/car-lib/api/
Dlint-baseline.txt117 Missing nullability on parameter `restrictionInfo` in method `onUxRestrictionsChanged`