Home
last modified time | relevance | path

Searched refs:getCreationDate (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
DNewestFirstComparator.java53 Date d1PrimaryDate = isFuture(d1Data.getCreationDate()) ? in compare()
54 d1Data.getLastModifiedDate() : d1Data.getCreationDate(); in compare()
55 Date d2PrimaryDate = isFuture(d2Data.getCreationDate()) ? in compare()
56 d2Data.getLastModifiedDate() : d2Data.getCreationDate(); in compare()
DFilmstripItemData.java96 public Date getCreationDate() { in getCreationDate() method in FilmstripItemData
221 builder.mCreationDate = data.getCreationDate(); in from()