Home
last modified time | relevance | path

Searched refs:creationDate (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItemData.java52 Date creationDate, in FilmstripItemData() argument
63 mCreationDate = creationDate; in FilmstripItemData()
246 public Builder withCreationDate(Date creationDate) { in withCreationDate() argument
247 mCreationDate = creationDate; in withCreationDate()
DSessionItem.java72 Date creationDate = new Date(); in SessionItem() local
74 .withCreationDate(creationDate) in SessionItem()
75 .withLastModifiedDate(creationDate) in SessionItem()
DVideoItemData.java31 public VideoItemData(long contentId, String title, String mimeType, Date creationDate, in VideoItemData() argument
35 super(contentId, title, mimeType, creationDate, lastModifiedDate, filePath, uri, dimensions, in VideoItemData()
DVideoDataFactory.java41 Date creationDate = new Date(creationDateInMilliSeconds); in fromCursor() local
79 creationDate, in fromCursor()
DPlaceholderItem.java54 Date creationDate = new Date(0); in PlaceholderItem() local
67 creationDate, in PlaceholderItem()
DPhotoDataFactory.java38 Date creationDate = new Date(dateTakenInMilliSeconds); in fromCursor() local
76 creationDate, in fromCursor()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java84 int features, PhoneAccountHandle accountHandle, long creationDate, in AddCallArgs() argument
97 this.timestamp = creationDate; in AddCallArgs()