Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java150 mCarSystemBarController.showAllKeyguardButtons(/* isSetUp= */ true); in show()
207 mCarSystemBarController.showAllKeyguardButtons(/* isSetup= */ true); in setOccluded()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java461 mCarSystemBar.showAllKeyguardButtons(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomKeyguardButtonsVisible()
473 mCarSystemBar.showAllKeyguardButtons(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomNavigationButtonsGone()
485 mCarSystemBar.showAllKeyguardButtons(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomOcclusionButtonsGone()
DCarSystemBarTest.java189 verify(mCarSystemBarController).showAllKeyguardButtons(false); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java309 public void showAllKeyguardButtons(boolean isSetUp) { in showAllKeyguardButtons() method in CarSystemBarController
DCarSystemBar.java305 mCarSystemBarController.showAllKeyguardButtons(isDeviceSetupForUser()); in restartNavBars()