Searched refs:windowLength (Results 1 – 1 of 1) sorted by relevance
206 final long windowLength = 6_000; in testExactAlarmBatching() local214 final long exactStart = windowStart + windowLength / 2; in testExactAlarmBatching()216 mAm.setWindow(AlarmManager.ELAPSED_REALTIME_WAKEUP, windowStart, windowLength, mSender); in testExactAlarmBatching()220 Thread.sleep(windowStart - now + windowLength); in testExactAlarmBatching()275 final long windowLength = 2000; in testSetWindow() local278 SystemClock.elapsedRealtime() + futurityMs, windowLength, "test-tag", Runnable::run, in testSetWindow()281 Thread.sleep(futurityMs + windowLength); in testSetWindow()