Searched refs:lastModifiedDate (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/data/ |
D | FilmstripItemData.java | 53 Date lastModifiedDate, in FilmstripItemData() argument 64 mLastModifiedDate = lastModifiedDate; in FilmstripItemData() 251 public Builder withLastModifiedDate(Date lastModifiedDate) { in withLastModifiedDate() argument 252 mLastModifiedDate = lastModifiedDate; in withLastModifiedDate()
|
D | VideoItemData.java | 32 Date lastModifiedDate, String filePath, Uri uri, in VideoItemData() argument 35 super(contentId, title, mimeType, creationDate, lastModifiedDate, filePath, uri, dimensions, in VideoItemData()
|
D | VideoDataFactory.java | 42 Date lastModifiedDate = new Date(lastModifiedDateInSeconds * 1000); in fromCursor() local 80 lastModifiedDate, in fromCursor()
|
D | PlaceholderItem.java | 55 Date lastModifiedDate = new Date(0); in PlaceholderItem() local 68 lastModifiedDate, in PlaceholderItem()
|
D | PhotoDataFactory.java | 39 Date lastModifiedDate = new Date(dateModifiedInSeconds * 1000); in fromCursor() local 77 lastModifiedDate, in fromCursor()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogPerfHandler.java | 1335 Instant lastModifiedDate = in readFromDatabase() local 1337 ZonedDateTime usageModifiedDate = lastModifiedDate.atZone(ZONE_OFFSET); in readFromDatabase() 1339 && lastModifiedDate.compareTo(killableStateResetDate) <= 0) { in readFromDatabase() 1517 Instant lastModifiedDate = in checkAndResetUserPackageKillableStatesLocked() local 1520 || lastModifiedDate.compareTo(killableStateResetDate) > 0) { in checkAndResetUserPackageKillableStatesLocked()
|