Home
last modified time | relevance | path

Searched defs:timeFormat (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DClockPlugin.java134 default void onTimeFormatChanged(String timeFormat) {} in onTimeFormatChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java317 public void onTimeFormatChanged(String timeFormat) { in onTimeFormatChanged()
DKeyguardUpdateMonitorCallback.java63 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged()
DKeyguardUpdateMonitor.java2753 private void handleTimeFormatUpdate(String timeFormat) { in handleTimeFormatUpdate()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp907 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock() local