Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataFactory.java40 long lastModifiedDateInSeconds = c.getLong(VideoDataQuery.COL_DATE_MODIFIED); in fromCursor() local
42 Date lastModifiedDate = new Date(lastModifiedDateInSeconds * 1000); in fromCursor()