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