Home
last modified time | relevance | path

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

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