Searched refs:windowStart (Results 1 – 1 of 1) sorted by relevance
213 final long windowStart = now + 1000; 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()