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.java93 long nowInMs = System.currentTimeMillis(); in insertContent() local
94 long nowInSec = nowInMs / 1000; in insertContent()
99 values.put(Video.Media.DATE_TAKEN, nowInMs); in insertContent()