Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1040 static constexpr char TIME_FORMAT_24[] = "%H:%M"; in drawClock() local
1048 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock()