Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java83 private final boolean mIsDisabledWhileDriving; field in StatusIconPanelViewController
118 if (mIsDisabledWhileDriving
191 mIsDisabledWhileDriving = isDisabledWhileDriving; in StatusIconPanelViewController()
208 if (mIsDisabledWhileDriving && mCarUxRestrictionsUtil.getCurrentRestrictions() in onInit()
260 if (mIsDisabledWhileDriving) { in onViewAttached()
478 private boolean mIsDisabledWhileDriving = false; field in StatusIconPanelViewController.Builder
525 mIsDisabledWhileDriving = disabled; in setDisabledWhileDriving()
556 mYOffset, mGravity, mIsDisabledWhileDriving, mIsDisabledWhileUnprovisioned, in build()