Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
H A DStatusIconPanelController.java73 private final boolean mIsDisabledWhileDriving; field in StatusIconPanelController
104 if (mIsDisabledWhileDriving
188 mIsDisabledWhileDriving = isDisabledWhileDriving; in StatusIconPanelController()
189 if (mIsDisabledWhileDriving) { in StatusIconPanelController()
270 if (mIsDisabledWhileDriving && mCarUxRestrictionsUtil.getCurrentRestrictions() in attachPanel()