Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java240 mCarSystemBarController.showAllNavigationButtons(/* isSetUp= */ true); in hide()
290 mCarSystemBarController.showAllNavigationButtons(/* isSetUp= */ true); in setOccluded()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java474 mCarSystemBar.showAllNavigationButtons(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomNavigationButtonsVisible()
486 mCarSystemBar.showAllNavigationButtons(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomKeyguardButtonsGone()
498 mCarSystemBar.showAllNavigationButtons(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomOcclusionButtonsGone()
DCarSystemBarTest.java241 verify(mCarSystemBarController).showAllNavigationButtons(true); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java340 mCarSystemBarController.showAllNavigationButtons(isDeviceSetupForUser()); in restartNavBars()
DCarSystemBarController.java569 public void showAllNavigationButtons(boolean isSetUp) { in showAllNavigationButtons() method in CarSystemBarController