Home
last modified time | relevance | path

Searched defs:timeFormat (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DTimespecHandler.kt54 private val timeFormat: String, constant in com.android.systemui.shared.clocks.DigitalTimespecHandler
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DNotifyingTimeZoneChangeListener.java537 DateFormat timeFormat = SimpleDateFormat.getInstanceForSkeleton("zzzz"); in getNotificationBody() local
546 private static String formatInZone(DateFormat timeFormat, TimeZone timeZone, in formatInZone()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java61 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged()
DKeyguardUpdateMonitor.java3424 private void handleTimeFormatUpdate(String timeFormat) { in handleTimeFormatUpdate()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1119 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock() local