Searched refs:onTimeZoneChanged (Results 1 – 10 of 10) sorted by relevance
108 verify(mockSmallClockView).onTimeZoneChanged(notNull())109 verify(mockLargeClockView).onTimeZoneChanged(notNull())138 clock.events.onTimeZoneChanged(timeZone)140 verify(mockSmallClockView).onTimeZoneChanged(timeZone)141 verify(mockLargeClockView).onTimeZoneChanged(timeZone)
95 events.onTimeZoneChanged(TimeZone.getDefault())217 override fun onTimeZoneChanged(timeZone: TimeZone) =218 clocks.forEach { it.onTimeZoneChanged(timeZone) }
175 fun onTimeZoneChanged(timeZone: TimeZone?) { regex
54 public void onTimeZoneChanged(TimeZone timeZone) { } in onTimeZoneChanged() method in KeyguardUpdateMonitorCallback
319 override fun onTimeZoneChanged(timeZone: TimeZone) {320 clock?.run { events.onTimeZoneChanged(timeZone) }
3704 cb.onTimeZoneChanged(TimeZone.getTimeZone(timeZone)); in handleTimeZoneUpdate()
104 fun onTimeZoneChanged(timeZone: TimeZone) regex
283 captor.value.onTimeZoneChanged(mockTimeZone)285 verify(events).onTimeZoneChanged(mockTimeZone)
163 mProvider.mKeyguardUpdateMonitorCallback.onTimeZoneChanged(null); in cleansDateFormat()
190 public void onTimeZoneChanged(TimeZone timeZone) {