Searched refs:dateTakenInMilliSeconds (Results 1 – 1 of 1) sorted by relevance
36 long dateTakenInMilliSeconds = c.getLong(PhotoDataQuery.COL_DATE_TAKEN); in fromCursor() local38 Date creationDate = new Date(dateTakenInMilliSeconds); in fromCursor()