Searched defs:FORMAT_NO_MIDNIGHT (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java79 public static final int FORMAT_NO_MIDNIGHT = 0x00800; field in class:DateUtils
98 public static final int FORMAT_NO_NOON_MIDNIGHT = (FORMAT_NO_NOON | FORMAT_NO_MIDNIGHT);
601 * <li>FORMAT_NO_MIDNIGHT</li>
652 * If FORMAT_NO_MIDNIGHT is set and 12-hour time is used, then "12am" is

Completed in 54 milliseconds