Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java59 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged()
H A DKeyguardUpdateMonitor.java3716 private void handleTimeFormatUpdate(String timeFormat) { in handleTimeFormatUpdate()
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1104 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock() local