Searched refs:freshWindowPoint (Results 1 – 1 of 1) sorted by relevance
178 final long freshWindowPoint = sAlarmHistory.getLast(1) + APP_STANDBY_WINDOW; in testSimpleQuotaDeferral() local179 if (freshWindowPoint > startElapsed) { in testSimpleQuotaDeferral()180 Thread.sleep(freshWindowPoint - startElapsed); in testSimpleQuotaDeferral()181 startElapsed = freshWindowPoint; in testSimpleQuotaDeferral()