Home
last modified time | relevance | path

Searched refs:windowStart (Results 1 – 1 of 1) sorted by relevance

/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBasicApiTests.java213 final long windowStart = now + 1000; in testExactAlarmBatching() local
214 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()