Searched defs:timeFormat (Results 1 – 3 of 3) sorted by relevance
61 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged()
3222 private void handleTimeFormatUpdate(String timeFormat) { in handleTimeFormatUpdate()
1143 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock() local