HomeSort by relevance Sort by last modified time
    Searched defs:MILLIS_IN_WEEK (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/location/src/android/location/cts/psedorange/
GpsTime.java 41 public static final long MILLIS_IN_WEEK = TimeUnit.DAYS.toMillis(7);
  /frameworks/base/core/java/android/widget/
CalendarViewLegacyDelegate.java 67 private static final long MILLIS_IN_WEEK = DAYS_PER_WEEK * MILLIS_IN_DAY;
    [all...]

Completed in 116 milliseconds