Searched refs:nowSecs (Results 1 – 1 of 1) sorted by relevance
2194 final long nowSecs = System.currentTimeMillis() / 1000; in getDupNotifications() local2195 final long timeLowerBoundSecs = nowSecs - timeLimit; in getDupNotifications()2198 final long timeUpperBoundSecs = nowSecs + timeLimit; in getDupNotifications()2201 Long.toString(nowSecs), in getDupNotifications()