Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsManager.java92 void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo); in onUxRestrictionsChanged() argument
312 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
315 manager.handleUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
327 private void handleUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in handleUxRestrictionsChanged() argument
330 MSG_HANDLE_UX_RESTRICTIONS_CHANGE, restrictionInfo)); in handleUxRestrictionsChanged()
360 private void dispatchUxRChangeToClient(CarUxRestrictions restrictionInfo) { in dispatchUxRChangeToClient() argument
361 if (restrictionInfo == null) { in dispatchUxRChangeToClient()
366 mUxRListener.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.java170 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
171 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/Settings/src/com/android/car/settings/common/
DBaseCarSettingsActivity.java254 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
255 mCarUxRestrictions = restrictionInfo; in onUxRestrictionsChanged()
261 .onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
271 .onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
DPreferenceControllerListHelper.java91 CarUxRestrictions restrictionInfo) { in createInstance() argument
96 Object[] params = new Object[]{context, key, fragmentController, restrictionInfo}; in createInstance()
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/
DDatePickerFragment.java143 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
144 if (canBeShown(restrictionInfo)) { in onUxRestrictionsChanged()
DTimePickerFragment.java147 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
148 if (canBeShown(restrictionInfo)) { in onUxRestrictionsChanged()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppGridActivity.java124 restrictionInfo ->
126 restrictionInfo.isRequiresDistractionOptimization()));
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java239 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
/packages/services/Car/car-lib/api/
Dlint-baseline.txt141 Missing nullability on parameter `restrictionInfo` in method `onUxRestrictionsChanged`