Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsManager.java117 void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo); in onUxRestrictionsChanged() argument
338 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
341 manager.handleUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
353 private void handleUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in handleUxRestrictionsChanged() argument
356 MSG_HANDLE_UX_RESTRICTIONS_CHANGE, restrictionInfo)); in handleUxRestrictionsChanged()
386 private void dispatchUxRChangeToClient(CarUxRestrictions restrictionInfo) { in dispatchUxRChangeToClient() argument
387 if (restrictionInfo == null) { in dispatchUxRChangeToClient()
392 mUxRListener.onUxRestrictionsChanged(restrictionInfo); in dispatchUxRChangeToClient()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarUxRestrictionManagerWrapper.java49 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
54 mCarHeadsUpNotificationManager.onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
57 mCarNotificationView.onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
DCarNotificationView.java97 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
98 mAdapter.setCarUxRestrictions(restrictionInfo); in onUxRestrictionsChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DBaseCarSettingsActivity.java155 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
156 mCarUxRestrictions = restrictionInfo; in onUxRestrictionsChanged()
160 .onUxRestrictionsChanged(restrictionInfo); in onUxRestrictionsChanged()
DExtraSettingsPreferenceController.java58 FragmentController fragmentController, CarUxRestrictions restrictionInfo) { in ExtraSettingsPreferenceController() argument
59 super(context, preferenceKey, fragmentController, restrictionInfo); in ExtraSettingsPreferenceController()
DPreferenceControllerListHelper.java91 CarUxRestrictions restrictionInfo) { in createInstance() argument
96 Object[] params = new Object[]{context, key, fragmentController, restrictionInfo}; in createInstance()
DBaseFragment.java67 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
/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/users/
DUserSwitcherFragment.java82 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
83 applyRestriction(CarUxRestrictionsHelper.isNoSetup(restrictionInfo)); in onUxRestrictionsChanged()
DUsersListFragment.java110 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
111 mRestricted = CarUxRestrictionsHelper.isNoSetup(restrictionInfo); in onUxRestrictionsChanged()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DBaseTestActivity.java109 public void setCarUxRestrictions(CarUxRestrictions restrictionInfo) { in setCarUxRestrictions() argument
110 mRestrictionInfo = restrictionInfo; in setCarUxRestrictions()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DBaseCarSettingsActivityTest.java197 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
198 mCarUxRestrictions = restrictionInfo; in onUxRestrictionsChanged()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppSearchActivity.java71 restrictionInfo ->
73 restrictionInfo.isRequiresDistractionOptimization()));
DAppGridActivity.java85 restrictionInfo ->
87 restrictionInfo.isRequiresDistractionOptimization()));
/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
DQuickSettingFragment.java221 public void onUxRestrictionsChanged(CarUxRestrictions restrictionInfo) { in onUxRestrictionsChanged() argument
225 applyRestriction(CarUxRestrictionsHelper.isNoSetup(restrictionInfo)); in onUxRestrictionsChanged()