Searched refs:mKeyguardClockSwitchController (Results 1 – 5 of 5) sorted by relevance
74 mKeyguardClockSwitchController = keyguardClockSwitchController; in KeyguardStatusViewController()87 mKeyguardClockSwitchController.init(); in onInit()124 mKeyguardClockSwitchController.displayClock(clockSize); in displayClock()131 return mKeyguardClockSwitchController.hasCustomClock(); in hasCustomClock()178 return mKeyguardClockSwitchController.getClockTextSize(); in getClockTextSize()200 return mKeyguardClockSwitchController.isClockTopAligned(); in isClockTopAligned()234 mKeyguardClockSwitchController.refresh(); in refreshTime()246 mKeyguardClockSwitchController.onDensityOrFontScaleChanged();258 mKeyguardClockSwitchController.refreshFormat();263 mKeyguardClockSwitchController.updateTimeZone(timeZone);[all …]
266 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardDisplayManager.KeyguardPresentation331 mKeyguardClockSwitchController = mKeyguardStatusViewComponentFactory in onCreate()335 mKeyguardClockSwitchController.setOnlyClock(true); in onCreate()336 mKeyguardClockSwitchController.init(); in onCreate()
49 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardStatusViewControllerTest76 mKeyguardClockSwitchController, in setup()95 verify(mKeyguardClockSwitchController).refresh(); in dozeTimeTick_updatesClock()106 verify(mKeyguardClockSwitchController).refreshFormat(); in timeFormatUpdateNotifiesClockSwitchController()117 verify(mKeyguardClockSwitchController).refreshFormat(); in userChangeNotifiesClockSwitchController()
61 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardPresentationTest75 .thenReturn(mKeyguardClockSwitchController); in setUp()
248 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in NotificationPanelViewControllerTest393 .thenReturn(mKeyguardClockSwitchController); in setup()