/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
H A D | AnalogClockController.java | 202 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in AnalogClockController 203 mAnalogClock.onTimeZoneChanged(timeZone); in onTimeZoneChanged()
|
H A D | BubbleClockController.java | 202 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in BubbleClockController 203 mAnalogClock.onTimeZoneChanged(timeZone); in onTimeZoneChanged()
|
H A D | ImageClock.java | 75 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in ImageClock
|
H A D | DefaultClockController.java | 172 public void onTimeZoneChanged(TimeZone timeZone) {} in onTimeZoneChanged() method in DefaultClockController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | AnimatableClockController.java | 181 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in AnimatableClockController 182 mView.onTimeZoneChanged(timeZone); in onTimeZoneChanged()
|
H A D | KeyguardClockSwitchController.java | 382 mView.onTimeZoneChanged(timeZone); in updateTimeZone() 384 mClockViewController.onTimeZoneChanged(timeZone); in updateTimeZone() 385 mLargeClockViewController.onTimeZoneChanged(timeZone); in updateTimeZone()
|
H A D | KeyguardClockSwitch.java | 326 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in KeyguardClockSwitch 328 mClockPlugin.onTimeZoneChanged(timeZone); in onTimeZoneChanged()
|
H A D | KeyguardUpdateMonitorCallback.java | 58 public void onTimeZoneChanged(TimeZone timeZone) { } in onTimeZoneChanged() method in KeyguardUpdateMonitorCallback
|
H A D | KeyguardStatusViewController.java | 262 public void onTimeZoneChanged(TimeZone timeZone) {
|
H A D | AnimatableClockView.java | 141 void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in AnimatableClockView
|
H A D | KeyguardUpdateMonitor.java | 2767 cb.onTimeZoneChanged(TimeZone.getTimeZone(timeZone)); in handleTimeZoneUpdate()
|
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
H A D | ClockPlugin.java | 127 default void onTimeZoneChanged(TimeZone timeZone) {} in onTimeZoneChanged() method
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardSliceProviderTest.java | 156 mProvider.mKeyguardUpdateMonitorCallback.onTimeZoneChanged(null); in cleansDateFormat()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardSliceProvider.java | 180 public void onTimeZoneChanged(TimeZone timeZone) {
|