Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarPanelButtonViewController.java74 builder.setDisabledWhileDriving(disabledWhileDriving); in onInit()
DCarSystemBarController.java458 .setDisabledWhileDriving(profilePanelDisabledWhileDriving) in setupProfilePanel()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java547 public Builder setDisabledWhileDriving(boolean disabled) { in setDisabledWhileDriving() method in StatusIconPanelViewController.Builder
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java786 when(mPanelControllerBuilder.setDisabledWhileDriving(anyBoolean())).thenReturn( in setupPanelControllerBuilderMocks()