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

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

Completed in 339 milliseconds