Searched defs:MINUTE_IN_MILLIS (Results 1 - 2 of 2) 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;
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerObj.java42 public static final long MINUTE_IN_MILLIS = 60 * 1000; field in class:TimerObj

Completed in 341 milliseconds