Home
last modified time | relevance | path

Searched defs:onTimeZoneChanged (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
H A DImageClock.java75 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in ImageClock
H A DDefaultClockController.java172 public void onTimeZoneChanged(TimeZone timeZone) {} in onTimeZoneChanged() method in DefaultClockController
H A DAnalogClockController.java202 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in AnalogClockController
H A DBubbleClockController.java202 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in BubbleClockController
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DClockPlugin.java127 default void onTimeZoneChanged(TimeZone timeZone) {} in onTimeZoneChanged() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DAnimatableClockController.java181 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in AnimatableClockController
H A DKeyguardClockSwitch.java326 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in KeyguardClockSwitch
H A DAnimatableClockView.java141 void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in AnimatableClockView
H A DKeyguardUpdateMonitorCallback.java58 public void onTimeZoneChanged(TimeZone timeZone) { } in onTimeZoneChanged() method in KeyguardUpdateMonitorCallback