Searched refs:creationDateInMilliSeconds (Results 1 – 1 of 1) sorted by relevance
39 long creationDateInMilliSeconds = c.getLong(VideoDataQuery.COL_DATE_TAKEN); in fromCursor() local41 Date creationDate = new Date(creationDateInMilliSeconds); in fromCursor()