Searched defs:lastModifiedDate (Results 1 – 6 of 6) sorted by relevance
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowNativeSystemFonts.java | 50 long lastModifiedDate, in getSystemFontConfigInternal() 106 long lastModifiedDate, in getSystemFontConfigInternal()
|
| D | ShadowSystemFonts.java | 58 long lastModifiedDate, in getSystemFontConfigInternal()
|
| /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
| D | UrlConnectionCacheTest.java | 486 String lastModifiedDate = formatDate(-115, TimeUnit.SECONDS); in defaultExpirationDateConditionallyCached() local 522 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in expirationDateInThePastWithLastModifiedHeader() local 544 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in maxAgeInThePastWithDateAndLastModifiedHeaders() local 708 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in etagAndExpirationDateInThePast() local 728 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in cacheControlNoCacheAndExpirationDateInTheFuture() local 741 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in pragmaNoCacheAndExpirationDateInTheFuture() local 1014 String lastModifiedDate = formatDate(-3, TimeUnit.MINUTES); in clientSuppliedIfNoneMatchSinceWithCachedResult() local 1064 Date lastModifiedDate = new Date(System.currentTimeMillis() + TimeUnit.HOURS.toMillis(-1)); in retainServedDateFormat() local
|
| /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
| D | ResponseCacheTest.java | 549 String lastModifiedDate = formatDate(-115, TimeUnit.SECONDS); in defaultExpirationDateConditionallyCached() local 587 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in expirationDateInThePastWithLastModifiedHeader() local 612 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in maxAgeInThePastWithDateAndLastModifiedHeaders() local 803 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in etagAndExpirationDateInThePast() local 825 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in cacheControlNoCacheAndExpirationDateInTheFuture() local 839 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in pragmaNoCacheAndExpirationDateInTheFuture() local 1142 String lastModifiedDate = formatDate(-3, TimeUnit.MINUTES); in clientSuppliedIfNoneMatchSinceWithCachedResult() local 1176 Date lastModifiedDate = new Date(System.currentTimeMillis() + TimeUnit.HOURS.toMillis(-1)); in retainServedDateFormat() local
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| D | CacheTest.java | 587 String lastModifiedDate = formatDate(-115, TimeUnit.SECONDS); in defaultExpirationDateConditionallyCached() local 624 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in expirationDateInThePastWithLastModifiedHeader() local 649 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in maxAgeInThePastWithDateAndLastModifiedHeaders() local 840 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in etagAndExpirationDateInThePast() local 862 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in cacheControlNoCacheAndExpirationDateInTheFuture() local 876 String lastModifiedDate = formatDate(-2, TimeUnit.HOURS); in pragmaNoCacheAndExpirationDateInTheFuture() local 1253 String lastModifiedDate = formatDate(-3, TimeUnit.MINUTES); in clientSuppliedIfNoneMatchSinceWithCachedResult() local 1290 Date lastModifiedDate = new Date(System.currentTimeMillis() + TimeUnit.HOURS.toMillis(-1)); in retainServedDateFormat() local
|
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
| D | SevenZArchiveEntry.java | 43 private long lastModifiedDate; field in SevenZArchiveEntry 224 public void setLastModifiedDate(final Date lastModifiedDate) { in setLastModifiedDate()
|