Searched refs:FORMAT_NO_NOON (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java167 public static final int FORMAT_NO_NOON = 0x00200; field in class:DateUtils
185 public static final int FORMAT_NO_NOON_MIDNIGHT = (FORMAT_NO_NOON | FORMAT_NO_MIDNIGHT);
1053 * <li>FORMAT_NO_NOON</li>
1098 * If FORMAT_NO_NOON is set and 12-hour time is used, then "12pm" is
1278 boolean noNoon = (flags & FORMAT_NO_NOON) != 0;

Completed in 265 milliseconds