Searched refs:getCreationDate (Results 1 – 2 of 2) sorted by relevance
53 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()
96 public Date getCreationDate() { in getCreationDate() method in FilmstripItemData221 builder.mCreationDate = data.getCreationDate(); in from()