Searched defs:FORMAT_NO_MIDNIGHT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java78 public static final int FORMAT_NO_MIDNIGHT = 0x00800; field in class:DateUtils
97 public static final int FORMAT_NO_NOON_MIDNIGHT = (FORMAT_NO_NOON | FORMAT_NO_MIDNIGHT);
1007 * <li>FORMAT_NO_MIDNIGHT</li>
1060 * If FORMAT_NO_MIDNIGHT is set and 12-hour time is used, then "12am" is
1232 boolean noMidnight = (flags & FORMAT_NO_MIDNIGHT) != 0;

Completed in 17 milliseconds