Searched refs:displayClock (Results 1 – 4 of 4) sorted by relevance
801 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()
123 public void displayClock(@ClockSize int clockSize) { in displayClock() method in KeyguardStatusViewController124 mKeyguardClockSwitchController.displayClock(clockSize); in displayClock()
291 public void displayClock(@KeyguardClockSwitch.ClockSize int clockSize) { in displayClock() method in KeyguardClockSwitchController442 mUiExecutor.execute(() -> displayClock(KeyguardClockSwitch.SMALL)); in updateDoubleLineClock()
1301 mKeyguardStatusViewController.displayClock(SMALL); in updateClockAppearance()1303 mKeyguardStatusViewController.displayClock(LARGE); in updateClockAppearance()