Searched refs:nowInMs (Results 1 – 1 of 1) sorted by relevance
93 long nowInMs = System.currentTimeMillis(); in insertContent() local94 long nowInSec = nowInMs / 1000; in insertContent()99 values.put(Video.Media.DATE_TAKEN, nowInMs); in insertContent()