Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp598 static constexpr int TIME_LENGTH = 6; in drawClock() local
604 char timeBuff[TIME_LENGTH]; in drawClock()
606 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo); in drawClock()
608 if (length != TIME_LENGTH - 1) { in drawClock()