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

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java150 public static final long WEEK_IN_MILLIS = DAY_IN_MILLIS * 7; field in class:DateUtils
154 public static final long YEAR_IN_MILLIS = WEEK_IN_MILLIS * 52;
422 * 0, MINUTE_IN_MILLIS, HOUR_IN_MILLIS, DAY_IN_MILLIS, WEEK_IN_MILLIS
444 * WEEK_IN_MILLIS
504 } else if (duration < WEEK_IN_MILLIS && minResolution < WEEK_IN_MILLIS) {
568 * when using {@link #WEEK_IN_MILLIS}.
580 if (transitionResolution > WEEK_IN_MILLIS) {
581 transitionResolution = WEEK_IN_MILLIS;

Completed in 402 milliseconds