Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_draw.cpp161 static constexpr char CLOCK_FORMAT[] = "%H:%M"; in draw_clock() local
175 size_t length = strftime(clock_str, CLOCK_LENGTH, CLOCK_FORMAT, time_info); in draw_clock()