Searched refs:freshWindowPoint (Results 1 – 1 of 1) sorted by relevance
328 final long freshWindowPoint = sAlarmHistory.getLast(1) + APP_STANDBY_WINDOW + 1; in testSimpleQuotaDeferral() local329 if (freshWindowPoint > startElapsed) { in testSimpleQuotaDeferral()330 Thread.sleep(freshWindowPoint - startElapsed); in testSimpleQuotaDeferral()331 startElapsed = freshWindowPoint; in testSimpleQuotaDeferral()