Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItemData.java53 Date lastModifiedDate, in FilmstripItemData() argument
64 mLastModifiedDate = lastModifiedDate; in FilmstripItemData()
251 public Builder withLastModifiedDate(Date lastModifiedDate) { in withLastModifiedDate() argument
252 mLastModifiedDate = lastModifiedDate; in withLastModifiedDate()
DVideoItemData.java32 Date lastModifiedDate, String filePath, Uri uri, in VideoItemData() argument
35 super(contentId, title, mimeType, creationDate, lastModifiedDate, filePath, uri, dimensions, in VideoItemData()
DVideoDataFactory.java42 Date lastModifiedDate = new Date(lastModifiedDateInSeconds * 1000); in fromCursor() local
80 lastModifiedDate, in fromCursor()
DPlaceholderItem.java55 Date lastModifiedDate = new Date(0); in PlaceholderItem() local
68 lastModifiedDate, in PlaceholderItem()
DPhotoDataFactory.java39 Date lastModifiedDate = new Date(dateModifiedInSeconds * 1000); in fromCursor() local
77 lastModifiedDate, in fromCursor()