Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DVideoItemData.java31 public VideoItemData(long contentId, String title, String mimeType, Date creationDate, in VideoItemData()
DVideoDataFactory.java41 Date creationDate = new Date(creationDateInMilliSeconds); in fromCursor() local
DPhotoDataFactory.java38 Date creationDate = new Date(dateTakenInMilliSeconds); in fromCursor() local
DFilmstripItemData.java52 Date creationDate, in FilmstripItemData()
246 public Builder withCreationDate(Date creationDate) { in withCreationDate()
DPlaceholderItem.java54 Date creationDate = new Date(0); in PlaceholderItem() local
DSessionItem.java72 Date creationDate = new Date(); in SessionItem() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java84 int features, PhoneAccountHandle accountHandle, long creationDate, in AddCallArgs()