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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp614 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; local
615 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo);

Completed in 24 milliseconds