Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DClockPlugin.java134 default void onTimeFormatChanged(String timeFormat) {} in onTimeFormatChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/datetime/timezone/
H A DBaseTimeZoneInfoPicker.java108 DateFormat timeFormat) { in TimeZoneInfoItem()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitch.java337 public void onTimeFormatChanged(String timeFormat) { in onTimeFormatChanged()
H A DKeyguardUpdateMonitorCallback.java63 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged()
H A DKeyguardUpdateMonitor.java2779 private void handleTimeFormatUpdate(String timeFormat) { in handleTimeFormatUpdate()
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java703 String timeFormat = res.getString(R.string.date_time_format); in updateAlertText() local
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1048 const char* timeFormat = mTimeFormat12Hour ? TIME_FORMAT_12 : TIME_FORMAT_24; in drawClock() local