Home
last modified time | relevance | path

Searched refs:displayClock (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java801 verify(mKeyguardStatusViewController).displayClock(LARGE); in testSwitchesToCorrectClockInSinglePaneShade()
805 verify(mKeyguardStatusViewController).displayClock(SMALL); in testSwitchesToCorrectClockInSinglePaneShade()
815 verify(mKeyguardStatusViewController).displayClock(LARGE); in testSwitchesToCorrectClockInSplitShade()
819 verify(mKeyguardStatusViewController, times(2)).displayClock(LARGE); in testSwitchesToCorrectClockInSplitShade()
820 verify(mKeyguardStatusViewController, never()).displayClock(SMALL); in testSwitchesToCorrectClockInSplitShade()
832 verify(mKeyguardStatusViewController).displayClock(LARGE); in testSwitchesToBigClockInSplitShadeOnAod()
844 verify(mKeyguardStatusViewController).displayClock(SMALL); in testDisplaysSmallClockOnLockscreenInSplitShadeWhenMediaIsPlaying()
849 verify(mKeyguardStatusViewController, times(2)).displayClock(SMALL); in testDisplaysSmallClockOnLockscreenInSplitShadeWhenMediaIsPlaying()
850 verify(mKeyguardStatusViewController, never()).displayClock(LARGE); in testDisplaysSmallClockOnLockscreenInSplitShadeWhenMediaIsPlaying()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java123 public void displayClock(@ClockSize int clockSize) { in displayClock() method in KeyguardStatusViewController
124 mKeyguardClockSwitchController.displayClock(clockSize); in displayClock()
H A DKeyguardClockSwitchController.java291 public void displayClock(@KeyguardClockSwitch.ClockSize int clockSize) { in displayClock() method in KeyguardClockSwitchController
442 mUiExecutor.execute(() -> displayClock(KeyguardClockSwitch.SMALL)); in updateDoubleLineClock()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1301 mKeyguardStatusViewController.displayClock(SMALL); in updateClockAppearance()
1303 mKeyguardStatusViewController.displayClock(LARGE); in updateClockAppearance()