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

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java125 // showWeekDay are both true, then the index would be 3.
152 // showWeekDay are both true, then the index would be 3.
734 * Format a date / time such that if the then is on the same day as now, it shows
745 * @param then the date to format
750 public static final CharSequence formatSameDayTime(long then, long now, argument
753 thenCal.setTimeInMillis(then);
1019 * If the start and end time are the same, then just the start time is
1023 * If FORMAT_SHOW_WEEKDAY is set, then the weekday is shown.
1026 * If FORMAT_SHOW_YEAR is set, then the year is always shown.
1027 * If FORMAT_NO_YEAR is set, then th
[all...]

Completed in 38 milliseconds