Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java2188 final long timeLimit = BugleGservices.get().getLong( in getDupNotifications() local
2191 if (timeLimit > 0) { in getDupNotifications()
2195 final long timeLowerBoundSecs = nowSecs - timeLimit; in getDupNotifications()
2198 final long timeUpperBoundSecs = nowSecs + timeLimit; in getDupNotifications()