Searched refs:timeLimit (Results 1 – 1 of 1) sorted by relevance
2188 final long timeLimit = BugleGservices.get().getLong( in getDupNotifications() local2191 if (timeLimit > 0) { in getDupNotifications()2195 final long timeLowerBoundSecs = nowSecs - timeLimit; in getDupNotifications()2198 final long timeUpperBoundSecs = nowSecs + timeLimit; in getDupNotifications()