Searched defs:timeFormat (Results 1 – 5 of 5) sorted by relevance
54 private val timeFormat: String, constant in com.android.systemui.shared.clocks.DigitalTimespecHandler
537 DateFormat timeFormat = SimpleDateFormat.getInstanceForSkeleton("zzzz"); in getNotificationBody() local546 private static String formatInZone(DateFormat timeFormat, TimeZone timeZone, in formatInZone()
61 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged()
3424 private void handleTimeFormatUpdate(String timeFormat) { in handleTimeFormatUpdate()
1119 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock() local