Searched refs:showAllKeyguardButtons (Results 1 – 5 of 5) sorted by relevance
225 mCarSystemBarController.showAllKeyguardButtons(/* isSetUp= */ true); in show()288 mCarSystemBarController.showAllKeyguardButtons(/* isSetup= */ true); in setOccluded()
510 mCarSystemBar.showAllKeyguardButtons(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomKeyguardButtonsVisible()522 mCarSystemBar.showAllKeyguardButtons(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomNavigationButtonsGone()534 mCarSystemBar.showAllKeyguardButtons(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomOcclusionButtonsGone()
217 verify(mCarSystemBarController).showAllKeyguardButtons(false); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons()
338 mCarSystemBarController.showAllKeyguardButtons(isDeviceSetupForUser()); in restartNavBars()
589 public void showAllKeyguardButtons(boolean isSetUp) { in showAllKeyguardButtons() method in CarSystemBarController