Searched refs:ONE_MINUTE_MILLIS (Results 1 - 1 of 1) sorted by relevance

/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DHttpHeaderParserTest.java35 private static long ONE_MINUTE_MILLIS = 1000L * 60; field in class:HttpHeaderParserTest
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);

Completed in 573 milliseconds