Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DImageClock.java75 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in ImageClock
DDefaultClockController.java172 public void onTimeZoneChanged(TimeZone timeZone) {} in onTimeZoneChanged() method in DefaultClockController
DAnalogClockController.java202 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in AnalogClockController
DBubbleClockController.java202 public void onTimeZoneChanged(TimeZone timeZone) { in onTimeZoneChanged() method in BubbleClockController
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DClockPlugin.java129 default void onTimeZoneChanged(TimeZone timeZone) {} in onTimeZoneChanged() method
DClockProviderPlugin.kt104 fun onTimeZoneChanged(timeZone: TimeZone) {} in onTimeZoneChanged() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java54 public void onTimeZoneChanged(TimeZone timeZone) { } in onTimeZoneChanged() method in KeyguardUpdateMonitorCallback
DClockEventController.kt266 override fun onTimeZoneChanged(timeZone: TimeZone) { in <lambda>() method in com.android.keyguard.ClockEventController
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DAnimatableClockView.kt176 fun onTimeZoneChanged(timeZone: TimeZone?) { in <lambda>() method
DDefaultClockController.kt189 override fun onTimeZoneChanged(timeZone: TimeZone) = in onTimeZoneChanged() method in DefaultClockEvents