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

/packages/apps/Messaging/src/com/android/messaging/sms/
H A DSmsReleaseStorage.java109 private static final long WEEK_IN_MILLIS = 7 * 24 * 3600 * 1000L; field in class:SmsReleaseStorage
122 return duration.mCount * WEEK_IN_MILLIS;
/packages/apps/Messaging/src/com/android/messaging/util/
H A DDates.java39 public static final long WEEK_IN_MILLIS = DAY_IN_MILLIS * 7; field in class:Dates
138 } else if (timeDiff < DateUtils.WEEK_IN_MILLIS) {
253 } else if (duration < WEEK_IN_MILLIS) {

Completed in 611 milliseconds