Searched refs:onTimeZoneChanged (Results 1 – 10 of 10) sorted by relevance
112 verify(mockSmallClockView).onTimeZoneChanged(notNull()) in createClock()113 verify(mockLargeClockView).onTimeZoneChanged(notNull()) in createClock()142 clock.events.onTimeZoneChanged(timeZone) in createClock()144 verify(mockSmallClockView).onTimeZoneChanged(timeZone) in createClock()145 verify(mockLargeClockView).onTimeZoneChanged(timeZone) in createClock()
107 events.onTimeZoneChanged(TimeZone.getDefault()) in initialize()247 override fun onTimeZoneChanged(timeZone: TimeZone) = in onTimeZoneChanged() method in DefaultClockEvents248 clocks.forEach { it.onTimeZoneChanged(timeZone) } in onTimeZoneChanged()
213 fun onTimeZoneChanged(timeZone: TimeZone?) { in <lambda>() method
56 public void onTimeZoneChanged(TimeZone timeZone) { } in onTimeZoneChanged() method in KeyguardUpdateMonitorCallback
359 override fun onTimeZoneChanged(timeZone: TimeZone) { in <lambda>() method in com.android.keyguard.ClockEventController360 clock?.run { events.onTimeZoneChanged(timeZone) } in <lambda>()
3210 cb.onTimeZoneChanged(TimeZone.getTimeZone(timeZone)); in handleTimeZoneUpdate()
160 fun onTimeZoneChanged(timeZone: TimeZone) in onTimeZoneChanged() method
295 captor.value.onTimeZoneChanged(mockTimeZone) in keyguardCallback_timezoneChanged_clockNotified()297 verify(events).onTimeZoneChanged(mockTimeZone) in keyguardCallback_timezoneChanged_clockNotified()
163 mProvider.mKeyguardUpdateMonitorCallback.onTimeZoneChanged(null); in cleansDateFormat()
191 public void onTimeZoneChanged(TimeZone timeZone) {