Searched refs:lastModifiedDateInSeconds (Results 1 – 1 of 1) sorted by relevance
40 long lastModifiedDateInSeconds = c.getLong(VideoDataQuery.COL_DATE_MODIFIED); in fromCursor() local42 Date lastModifiedDate = new Date(lastModifiedDateInSeconds * 1000); in fromCursor()