Home
last modified time | relevance | path

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

/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBasicApiTests.java87 private static final long TEST_ALARM_FUTURITY = 2_000L; field in BasicApiTests
289 mWakeupTime = System.currentTimeMillis() + TEST_ALARM_FUTURITY; in testSetRepeating()
294 new PollingCheck(TEST_ALARM_FUTURITY + REPEAT_PERIOD) { in testSetRepeating()
397 final long when1 = now + TEST_ALARM_FUTURITY; in testCancel()
421 final long when1Rtc = System.currentTimeMillis() + TEST_ALARM_FUTURITY; in testCancelAll()
426 final long when2Elapsed = nowElapsed + TEST_ALARM_FUTURITY + TIME_DELTA; in testCancelAll()
447 + 2 * TEST_ALARM_FUTURITY; in testSetAlarmClock()
457 + TEST_ALARM_FUTURITY; in testSetAlarmClock()
479 new PollingCheck(2 * TEST_ALARM_FUTURITY + TIME_DELAY) { in testSetAlarmClock()