Searched refs:showAllNavigationButtons (Results 1 – 5 of 5) sorted by relevance
240 mCarSystemBarController.showAllNavigationButtons(/* isSetUp= */ true); in hide()290 mCarSystemBarController.showAllNavigationButtons(/* isSetUp= */ true); in setOccluded()
474 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()
241 verify(mCarSystemBarController).showAllNavigationButtons(true); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()
340 mCarSystemBarController.showAllNavigationButtons(isDeviceSetupForUser()); in restartNavBars()
569 public void showAllNavigationButtons(boolean isSetUp) { in showAllNavigationButtons() method in CarSystemBarController