Home
last modified time | relevance | path

Searched refs:mKeyguardClockSwitchController (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java74 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 …]
H A DKeyguardDisplayManager.java266 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardDisplayManager.KeyguardPresentation
331 mKeyguardClockSwitchController = mKeyguardStatusViewComponentFactory in onCreate()
335 mKeyguardClockSwitchController.setOnlyClock(true); in onCreate()
336 mKeyguardClockSwitchController.init(); in onCreate()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardStatusViewControllerTest.java49 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardStatusViewControllerTest
76 mKeyguardClockSwitchController, in setup()
95 verify(mKeyguardClockSwitchController).refresh(); in dozeTimeTick_updatesClock()
106 verify(mKeyguardClockSwitchController).refreshFormat(); in timeFormatUpdateNotifiesClockSwitchController()
117 verify(mKeyguardClockSwitchController).refreshFormat(); in userChangeNotifiesClockSwitchController()
H A DKeyguardPresentationTest.java61 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardPresentationTest
75 .thenReturn(mKeyguardClockSwitchController); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java248 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in NotificationPanelViewControllerTest
393 .thenReturn(mKeyguardClockSwitchController); in setup()