Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
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.kt319 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.kt175 fun onTimeZoneChanged(timeZone: TimeZone?) { in <lambda>() method
DDefaultClockController.kt217 override fun onTimeZoneChanged(timeZone: TimeZone) = in onTimeZoneChanged() method in DefaultClockEvents