Searched defs:lastModifiedDate (Results 1 – 5 of 5) sorted by relevance
32 Date lastModifiedDate, String filePath, Uri uri, in VideoItemData()
42 Date lastModifiedDate = new Date(lastModifiedDateInSeconds * 1000); in fromCursor() local
39 Date lastModifiedDate = new Date(dateModifiedInSeconds * 1000); in fromCursor() local
53 Date lastModifiedDate, in FilmstripItemData()251 public Builder withLastModifiedDate(Date lastModifiedDate) { in withLastModifiedDate()
55 Date lastModifiedDate = new Date(0); in PlaceholderItem() local