Searched defs:WEEK_IN_MILLIS (Results 1 – 2 of 2) sorted by relevance
109 private static final long WEEK_IN_MILLIS = 7 * 24 * 3600 * 1000L; field in SmsReleaseStorage
39 public static final long WEEK_IN_MILLIS = DAY_IN_MILLIS * 7; field in Dates