Home
last modified time | relevance | path

Searched refs:timeFormat (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java61 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged() argument
DClockEventController.kt355 override fun onTimeFormatChanged(timeFormat: String?) { in <lambda>()
DKeyguardUpdateMonitor.java3222 private void handleTimeFormatUpdate(String timeFormat) { in handleTimeFormatUpdate() argument
3224 mLogger.logTimeFormatChanged(timeFormat); in handleTimeFormatUpdate()
3228 cb.onTimeFormatChanged(timeFormat); in handleTimeFormatUpdate()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1143 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock() local
1144 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo); in drawClock()