/packages/services/Car/car-lib/src/android/car/drivingstate/ |
D | CarUxRestrictionsManager.java | 92 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/ |
D | CarUxRestrictionManagerWrapper.java | 48 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument 53 mCarHeadsUpNotificationManager.onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged() 56 mCarNotificationView.onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
|
D | CarNotificationView.java | 170 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/ |
D | BaseTestSettingsFragment.java | 33 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument 34 mCarUxRestrictions = restrictionInfo; in onUxRestrictionsChanged()
|
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/ |
D | AccountDetailsSettingController.java | 43 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/ |
D | ProfileSwitcherFragment.java | 76 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/ |
D | BaseTestActivity.java | 83 public void setCarUxRestrictions(CarUxRestrictions restrictionInfo) { in setCarUxRestrictions() argument 84 mRestrictionInfo = restrictionInfo; in setCarUxRestrictions()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | BaseCarSettingsActivity.java | 254 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument 255 mCarUxRestrictions = restrictionInfo; in onUxRestrictionsChanged() 261 .onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged() 271 .onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
|
D | PreferenceControllerListHelper.java | 91 CarUxRestrictions restrictionInfo) { in createInstance() argument 96 Object[] params = new Object[]{context, key, fragmentController, restrictionInfo}; in createInstance()
|
D | ExtraSettingsPreferenceController.java | 95 FragmentController fragmentController, CarUxRestrictions restrictionInfo) { in ExtraSettingsPreferenceController() argument 96 super(context, preferenceKey, fragmentController, restrictionInfo); in ExtraSettingsPreferenceController()
|
D | BaseFragment.java | 71 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
|
/packages/apps/Car/Settings/src/com/android/car/settings/datetime/ |
D | DatePickerFragment.java | 143 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument 144 if (canBeShown(restrictionInfo)) { in onUxRestrictionsChanged()
|
D | TimePickerFragment.java | 147 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument 148 if (canBeShown(restrictionInfo)) { in onUxRestrictionsChanged()
|
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/ |
D | AppGridActivity.java | 124 restrictionInfo -> 126 restrictionInfo.isRequiresDistractionOptimization()));
|
/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | GroupNotificationViewHolder.java | 239 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
|
/packages/services/Car/car-lib/api/ |
D | lint-baseline.txt | 141 Missing nullability on parameter `restrictionInfo` in method `onUxRestrictionsChanged`
|