Home
last modified time | relevance | path

Searched refs:getCarUxRestrictions (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DUxRestrictionsProvider.java29 CarUxRestrictions getCarUxRestrictions(); in getCarUxRestrictions() method
DCarUxRestrictionsHelper.java95 public CarUxRestrictions getCarUxRestrictions() { in getCarUxRestrictions() method in CarUxRestrictionsHelper
DBaseFragment.java59 return ((UxRestrictionsProvider) getActivity()).getCarUxRestrictions(); in getCurrentRestrictions()
DBaseCarSettingsActivity.java282 public CarUxRestrictions getCarUxRestrictions() { in getCarUxRestrictions() method in BaseCarSettingsActivity
288 onUxRestrictionsChanged(getCarUxRestrictions()); in onBackStackChanged()
DSettingsFragment.java165 mUxRestrictions = ((UxRestrictionsProvider) requireActivity()).getCarUxRestrictions(); in onAttach()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DBaseTestActivity.java79 public CarUxRestrictions getCarUxRestrictions() { in getCarUxRestrictions() method in BaseTestActivity
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DMobileDataBaseWorker.java82 mUxRestrictionsHelper.getCarUxRestrictions()); in onQCItemSubscribe()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java418 mAdapter.setCarUxRestrictions(mAdapter.getCarUxRestrictions()); in onUxRestrictionsChanged()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java428 public CarUxRestrictions getCarUxRestrictions() { in getCarUxRestrictions() method in CarNotificationViewAdapter
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java713 assertThat(mCarNotificationViewAdapter.getCarUxRestrictions()).isNotNull(); in setCarUxRestrictions_shouldSetCarUxRestrictions()