Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataFactory.java39 long creationDateInMilliSeconds = c.getLong(VideoDataQuery.COL_DATE_TAKEN); in fromCursor() local
41 Date creationDate = new Date(creationDateInMilliSeconds); in fromCursor()