Searched refs: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;
416 * 0, MINUTE_IN_MILLIS, HOUR_IN_MILLIS, DAY_IN_MILLIS, WEEK_IN_MILLIS
438 * WEEK_IN_MILLIS
498 } else if (duration < WEEK_IN_MILLIS && minResolution < WEEK_IN_MILLIS) {
544 * when using {@link #WEEK_IN_MILLIS}.
556 if (transitionResolution > WEEK_IN_MILLIS) {
557 transitionResolution = WEEK_IN_MILLIS;

Completed in 245 milliseconds