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

/frameworks/base/core/java/android/text/format/
H A DDateFormat.java109 public static final char SECONDS = 's'; field in class:DateFormat
359 * @return true if the format string contains {@link #SECONDS}, false otherwise
364 return hasDesignator(inFormat, SECONDS);

Completed in 119 milliseconds