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.java247 mCarSystemBarController.showAllKeyguardButtons(/* isSetUp= */ true); in show()
313 mCarSystemBarController.showAllKeyguardButtons(/* isSetup= */ true); in setOccluded()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java527 mCarSystemBar.showAllKeyguardButtons(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomKeyguardButtonsVisible()
539 mCarSystemBar.showAllKeyguardButtons(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomNavigationButtonsGone()
551 mCarSystemBar.showAllKeyguardButtons(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomOcclusionButtonsGone()
DCarSystemBarTest.java228 verify(mCarSystemBarController).showAllKeyguardButtons(false); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java591 public void showAllKeyguardButtons(boolean isSetUp) { in showAllKeyguardButtons() method in CarSystemBarController
DCarSystemBar.java400 mCarSystemBarController.showAllKeyguardButtons(isDeviceSetupForUser()); in resetSystemBarContent()