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

  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpHeaderParserTest.java 35 private static long ONE_MINUTE_MILLIS = 1000L * 60;
87 assertEqualsWithin(entry.serverDate, now, ONE_MINUTE_MILLIS);
101 assertEqualsWithin(entry.serverDate, now, ONE_MINUTE_MILLIS);
116 assertEqualsWithin(now + 3 * ONE_HOUR_MILLIS, entry.ttl, ONE_MINUTE_MILLIS);
130 assertEqualsWithin(now + 24 * ONE_HOUR_MILLIS, entry.ttl, ONE_MINUTE_MILLIS);
155 assertEqualsWithin(now, entry.ttl, ONE_MINUTE_MILLIS);
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 114 private static final long ONE_MINUTE_MILLIS = 60*1000;
    [all...]

Completed in 191 milliseconds