Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java2194 final long nowSecs = System.currentTimeMillis() / 1000; in getDupNotifications() local
2195 final long timeLowerBoundSecs = nowSecs - timeLimit; in getDupNotifications()
2198 final long timeUpperBoundSecs = nowSecs + timeLimit; in getDupNotifications()
2201 Long.toString(nowSecs), in getDupNotifications()