Searched refs:timeFormat (Results 1 – 4 of 4) sorted by relevance
61 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged() argument
355 override fun onTimeFormatChanged(timeFormat: String?) { in <lambda>()
3222 private void handleTimeFormatUpdate(String timeFormat) { in handleTimeFormatUpdate() argument3224 mLogger.logTimeFormatChanged(timeFormat); in handleTimeFormatUpdate()3228 cb.onTimeFormatChanged(timeFormat); in handleTimeFormatUpdate()
1143 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock() local1144 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo); in drawClock()