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.java225 mCarSystemBarController.showAllKeyguardButtons(/* isSetUp= */ true); in show()
288 mCarSystemBarController.showAllKeyguardButtons(/* isSetup= */ true); in setOccluded()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java510 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()
DCarSystemBarTest.java217 verify(mCarSystemBarController).showAllKeyguardButtons(false); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java338 mCarSystemBarController.showAllKeyguardButtons(isDeviceSetupForUser()); in restartNavBars()
DCarSystemBarController.java589 public void showAllKeyguardButtons(boolean isSetUp) { in showAllKeyguardButtons() method in CarSystemBarController