Home
last modified time | relevance | path

Searched refs:onTimeFormatChanged (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DClockEventController.kt148 value.events.onTimeFormatChanged(DateFormat.is24HourFormat(context))
182 value.events.onTimeFormatChanged(DateFormat.is24HourFormat(context))
315 override fun onTimeFormatChanged(timeFormat: String?) {
316 clock?.run { events.onTimeFormatChanged(DateFormat.is24HourFormat(context)) }
324 clock?.run { events.onTimeFormatChanged(DateFormat.is24HourFormat(context)) }
H A DKeyguardUpdateMonitorCallback.java59 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged() method in KeyguardUpdateMonitorCallback
H A DKeyguardUpdateMonitor.java3722 cb.onTimeFormatChanged(timeFormat); in handleTimeFormatUpdate()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DClockEventControllerTest.kt273 captor.value.onTimeFormatChanged("12h")
275 verify(events).onTimeFormatChanged(false)
294 verify(events).onTimeFormatChanged(false)
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DClockProviderPlugin.kt107 fun onTimeFormatChanged(is24Hr: Boolean) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
H A DDefaultClockProviderTest.kt128 clock.events.onTimeFormatChanged(true)
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DDefaultClockController.kt214 override fun onTimeFormatChanged(is24Hr: Boolean) =