Home
last modified time | relevance | path

Searched refs:HOURS (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/net/http/
DHttpResponseCacheTest.java159 .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS)) in assertCached()
160 .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS)) in assertCached()
263 .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS)) in testResponseCaching()
264 .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS)) in testResponseCaching()
300 .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS)) in testSecureResponseCaching()
301 .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS)) in testSecureResponseCaching()
351 .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS)) in testResponseCachingAndRedirects()
352 .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS)) in testResponseCachingAndRedirects()
356 .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS)) in testResponseCachingAndRedirects()
357 .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS)) in testResponseCachingAndRedirects()
[all …]
/libcore/luni/src/main/java/javax/xml/datatype/
DDuration.java161 boolean hourSet = isSet(DatatypeConstants.HOURS); in getXMLSchemaType()
270 return getFieldValueAsInt(DatatypeConstants.HOURS); in getHours()
911 BigInteger hours = (BigInteger) getField(DatatypeConstants.HOURS); in toString()
DDatatypeConstants.java144 public static final Field HOURS = new Field("HOURS", 3); field in DatatypeConstants
/libcore/luni/src/main/java/java/util/concurrent/
DTimeUnit.java98 HOURS { enumConstant
/libcore/luni/src/main/java/libcore/net/http/
DResponseHeaders.java416 if (ageMillis > TimeUnit.HOURS.toMillis(24) && isFreshnessLifetimeHeuristic()) { in chooseResponseSource()