Home
last modified time | relevance | path

Searched refs:format12Hour (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DOtherPreferences.java72 private static final String format12Hour = "%I:%M%P"; field in OtherPreferences
207 String format = mIs24HourMode? format24Hour : format12Hour; in formatTime()