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

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java208 * @param ampm Either {@link Calendar#AM Calendar.AM} or {@link Calendar#PM Calendar.PM}.
209 * @throws IndexOutOfBoundsException if the ampm is out of bounds.
214 public static String getAMPMString(int ampm) { argument
215 return LocaleData.get(Locale.getDefault()).amPm[ampm - Calendar.AM];

Completed in 57 milliseconds