Home
last modified time | relevance | path

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

/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBasicApiTests.java85 private static final int TIME_DELAY = 10_000; field in BasicApiTests
151 new PollingCheck(SNOOZE_DELAY + TIME_DELAY) { in testSetTypes()
163 new PollingCheck(SNOOZE_DELAY + TIME_DELAY) { in testSetTypes()
180 new PollingCheck(TIME_DELAY) { in testAlarmTriggersImmediatelyIfSetTimeIsNegative() argument
406 new PollingCheck(when2 - now + TIME_DELAY) { in testCancel()
433 Thread.sleep(when2Elapsed - nowElapsed + TIME_DELAY); in testCancelAll()
479 new PollingCheck(2 * TEST_ALARM_FUTURITY + TIME_DELAY) { in testSetAlarmClock()