Searched defs:timeFormat (Results 1 – 5 of 5) sorted by relevance
134 default void onTimeFormatChanged(String timeFormat) {} in onTimeFormatChanged()
317 public void onTimeFormatChanged(String timeFormat) { in onTimeFormatChanged()
63 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged()
2753 private void handleTimeFormatUpdate(String timeFormat) { in handleTimeFormatUpdate()
907 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock() local