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

/packages/apps/Messaging/src/com/android/messaging/util/
H A DDates.java36 public static final long MINUTE_IN_MILLIS = SECOND_IN_MILLIS * 60; field in class:Dates
37 public static final long HOUR_IN_MILLIS = MINUTE_IN_MILLIS * 60;
67 if (now - time < DateUtils.MINUTE_IN_MILLIS) {
77 return DateUtils.getRelativeTimeSpanString(time, now, DateUtils.MINUTE_IN_MILLIS,
132 if (!minPeriodToday && timeDiff < DateUtils.MINUTE_IN_MILLIS) {
155 final long count = (timeDiff / MINUTE_IN_MILLIS);
248 count = duration / MINUTE_IN_MILLIS;

Completed in 32 milliseconds