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.java263 mCarSystemBarController.showAllNavigationButtons(/* isSetUp= */ true); in hide()
315 mCarSystemBarController.showAllNavigationButtons(/* isSetUp= */ true); in setOccluded()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java491 mCarSystemBar.showAllNavigationButtons(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomNavigationButtonsVisible()
503 mCarSystemBar.showAllNavigationButtons(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomKeyguardButtonsGone()
515 mCarSystemBar.showAllNavigationButtons(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomOcclusionButtonsGone()
DCarSystemBarTest.java252 verify(mCarSystemBarController).showAllNavigationButtons(true); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java571 public void showAllNavigationButtons(boolean isSetUp) { in showAllNavigationButtons() method in CarSystemBarController
DCarSystemBar.java402 mCarSystemBarController.showAllNavigationButtons(isDeviceSetupForUser()); in resetSystemBarContent()