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

/packages/apps/Camera2/src/com/android/camera/data/
H A DVideoItemData.java31 public VideoItemData(long contentId, String title, String mimeType, Date creationDate, argument
35 super(contentId, title, mimeType, creationDate, lastModifiedDate, filePath, uri, dimensions,
H A DSessionItem.java72 Date creationDate = new Date();
74 .withCreationDate(creationDate)
75 .withLastModifiedDate(creationDate)
H A DPhotoDataFactory.java38 Date creationDate = new Date(dateTakenInMilliSeconds);
76 creationDate,
H A DPlaceholderItem.java54 Date creationDate = new Date(0);
67 creationDate,
H A DVideoDataFactory.java41 Date creationDate = new Date(creationDateInMilliSeconds);
79 creationDate,
H A DFilmstripItemData.java52 Date creationDate,
63 mCreationDate = creationDate;
160 sb.append(",creationDate:");
246 public Builder withCreationDate(Date creationDate) { argument
247 mCreationDate = creationDate;
48 FilmstripItemData( long contentId, String title, String mimeType, Date creationDate, Date lastModifiedDate, String filePath, Uri uri, Size dimensions, long sizeInBytes, int orientation, Location location) argument
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallLogManager.java50 * @param creationDate Time when the call was created (milliseconds since epoch).
56 long creationDate, long durationInMillis, Long dataUsage) {
64 this.timestamp = creationDate;
54 AddCallArgs(Context context, CallerInfo callerInfo, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long creationDate, long durationInMillis, Long dataUsage) argument

Completed in 1571 milliseconds