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

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java428 * Format a date / time such that if the then is on the same day as now, it shows
439 * @param then the date to format
444 public static final CharSequence formatSameDayTime(long then, long now, argument
447 thenCal.setTimeInMillis(then);
579 * If the start and end time are the same, then just the start time is
583 * If FORMAT_SHOW_WEEKDAY is set, then the weekday is shown.
586 * If FORMAT_SHOW_YEAR is set, then the year is always shown.
587 * If FORMAT_SHOW_YEAR is not set, then the year
593 * If FORMAT_SHOW_DATE is set, then the date is always shown, even for
597 * If FORMAT_NO_MONTH_DAY is set, then i
[all...]

Completed in 55 milliseconds