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

/frameworks/base/core/java/android/text/format/
H A DDateFormat.java94 public static final char AM_PM = 'a'; field in class:DateFormat
458 case AM_PM:
459 replacement = DateUtils.getAMPMString(inDate.get(Calendar.AM_PM));
463 //FIXME: this is the same as AM_PM? no capital?
464 replacement = DateUtils.getAMPMString(inDate.get(Calendar.AM_PM));

Completed in 59 milliseconds