Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DSaveVideoFileUtils.java94 long nowInSec = nowInMs / 1000; in insertContent() local
100 values.put(Video.Media.DATE_MODIFIED, nowInSec); in insertContent()
101 values.put(Video.Media.DATE_ADDED, nowInSec); in insertContent()