Searched refs:beginCheckPeriod (Results 1 – 1 of 1) sorted by relevance
625 long beginCheckPeriod = System.currentTimeMillis() - mCheckPeriod; in removeExpiredTimestamps() local632 if (oldList.isEmpty() || oldList.get(oldList.size() - 1) < beginCheckPeriod) { in removeExpiredTimestamps()641 long beginCheckPeriod = ct - mCheckPeriod; in isUnderLimit() local645 while (!sent.isEmpty() && sent.get(0) < beginCheckPeriod) { in isUnderLimit()