Home
last modified time | relevance | path

Searched refs:getCurrentRestrictions (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DBaseFragment.java58 protected final CarUxRestrictions getCurrentRestrictions() { in getCurrentRestrictions() method in BaseFragment
149 onUxRestrictionsChanged(getCurrentRestrictions()); in onStart()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/common/
DTaskViewController.java312 int uxr = mCarUxRestrictionsUtil.getCurrentRestrictions().getActiveRestrictions(); in changeDisplayForTask()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java219 if (mIsDisabledWhileDriving && mCarUxRestrictionsUtil.getCurrentRestrictions() in onInit()