Home
last modified time | relevance | path

Searched defs:lastModifiedDate (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
H A DUrlConnectionCacheTest.java486 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
/aosp_15_r20/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
H A DResponseCacheTest.java549 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
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DCacheTest.java587 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
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/fonts/
H A DSystemFonts.java306 long lastModifiedDate, in getSystemFontConfig()
322 long lastModifiedDate, in getSystemFontConfigForTesting()
352 long lastModifiedDate, in getSystemFontConfigInternal()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeSystemFonts.java51 long lastModifiedDate, in getSystemFontConfigInternal()
112 long lastModifiedDate, in getSystemFontConfigInternal()
H A DShadowSystemFonts.java58 long lastModifiedDate, in getSystemFontConfigInternal()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItemData.java53 Date lastModifiedDate, in FilmstripItemData()
251 public Builder withLastModifiedDate(Date lastModifiedDate) { in withLastModifiedDate()
DVideoItemData.java32 Date lastModifiedDate, String filePath, Uri uri, in VideoItemData()
DVideoDataFactory.java42 Date lastModifiedDate = new Date(lastModifiedDateInSeconds * 1000); in fromCursor() local
DPhotoDataFactory.java39 Date lastModifiedDate = new Date(dateModifiedInSeconds * 1000); in fromCursor() local
DPlaceholderItem.java55 Date lastModifiedDate = new Date(0); in PlaceholderItem() local
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
H A DSevenZArchiveEntry.java43 private long lastModifiedDate; field in SevenZArchiveEntry
224 public void setLastModifiedDate(final Date lastModifiedDate) { in setLastModifiedDate()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java109 long lastModifiedDate, in parse()
155 long lastModifiedDate, in readFamilies()
/aosp_15_r20/development/samples/training/threadsample/src/com/example/android/threadsample/
H A DRSSPullService.java175 long lastModifiedDate = localHttpURLConnection.getLastModified(); in onHandleIntent() local
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/graphics/fonts/
H A DSystemFonts_Delegate.java61 long lastModifiedDate, in getSystemFontConfigInternal()
/aosp_15_r20/external/aws-sdk-java-v2/services/opensearchserverless/src/main/resources/codegen-resources/
H A Dservice-2.json610 "lastModifiedDate":{ object
658 "lastModifiedDate":{ object
842 "lastModifiedDate":{ object
1058 "lastModifiedDate":{ object
1694 "lastModifiedDate":{ object
1820 "lastModifiedDate":{ object
2222 "lastModifiedDate":{ object
2275 "lastModifiedDate":{ object
2313 "lastModifiedDate":{ object
2365 "lastModifiedDate":{ object
[all …]
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/zip/
H A DCentralDirectoryRecord.java221 int lastModifiedDate, in createWithDeflateCompressedData()
H A DLocalFileRecord.java339 int lastModifiedDate, in outputRecordWithDeflateCompressedData()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1387 Instant lastModifiedDate = in readFromDatabase() local
1575 Instant lastModifiedDate = in checkAndResetUserPackageKillableStatesLocked() local
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/
H A DApkSigner.java434 int lastModifiedDate = inputCdRecord.getLastModificationDate(); in sign() local
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dokhttp-tests-nojarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dokhttp-tests-nojarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...
/aosp_15_r20/external/aws-sdk-java-v2/services/iot/src/main/resources/codegen-resources/
H A Dservice-2.json5512 "lastModifiedDate":{ object
5976 "lastModifiedDate":{ object
6246 "lastModifiedDate":{ object
9293 "lastModifiedDate":{ object
9357 "lastModifiedDate":{ object
9433 "lastModifiedDate":{ object
9538 "lastModifiedDate":{ object
9595 "lastModifiedDate":{ object
9854 "lastModifiedDate":{ object
9891 "lastModifiedDate":{ object
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/codecommit/src/main/resources/codegen-resources/
H A Dservice-2.json2103 "lastModifiedDate":{ object
2216 "lastModifiedDate":{ object
2840 "lastModifiedDate":{ object
7156 "lastModifiedDate":{ object
/aosp_15_r20/out/soong/.intermediates/tools/apksig/apksig/linux_glibc_common/local-javac-header/
Dapksig.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

123