Searched refs:onTimeFormatChanged (Results 1 – 7 of 7) sorted by relevance
183 clock.events.onTimeFormatChanged(DateFormat.is24HourFormat(context)) in <lambda>()215 clock.events.onTimeFormatChanged(DateFormat.is24HourFormat(context)) in <lambda>()355 override fun onTimeFormatChanged(timeFormat: String?) { in <lambda>() method in com.android.keyguard.ClockEventController356 clock?.run { events.onTimeFormatChanged(DateFormat.is24HourFormat(context)) } in <lambda>()364 clock?.run { events.onTimeFormatChanged(DateFormat.is24HourFormat(context)) } in <lambda>()
61 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged() method in KeyguardUpdateMonitorCallback
3228 cb.onTimeFormatChanged(timeFormat); in handleTimeFormatUpdate()
284 captor.value.onTimeFormatChanged("12h") in keyguardCallback_timeFormat_clockNotified()286 verify(events).onTimeFormatChanged(false) in keyguardCallback_timeFormat_clockNotified()307 verify(events).onTimeFormatChanged(false) in keyguardCallback_userSwitched_clockNotified()
163 fun onTimeFormatChanged(is24Hr: Boolean) in onTimeZoneChanged() method
132 clock.events.onTimeFormatChanged(true) in createClock()
244 override fun onTimeFormatChanged(is24Hr: Boolean) = in onTimeFormatChanged() method in DefaultClockEvents