Home
last modified time | relevance | path

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

/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBasicApiTests.java451 AlarmClockInfo nextAlarmClock = mAm.getNextAlarmClock(); in testSetAlarmClock() local
452 assertEquals(wakeupTimeFirst, nextAlarmClock.getTriggerTime()); in testSetAlarmClock()
453 assertNull(nextAlarmClock.getShowIntent()); in testSetAlarmClock()
465 nextAlarmClock = mAm.getNextAlarmClock(); in testSetAlarmClock()
466 assertEquals(wakeupTimeSecond, nextAlarmClock.getTriggerTime()); in testSetAlarmClock()
467 assertEquals(showIntentSecond, nextAlarmClock.getShowIntent()); in testSetAlarmClock()
473 nextAlarmClock = mAm.getNextAlarmClock(); in testSetAlarmClock()
474 assertEquals(wakeupTimeFirst, nextAlarmClock.getTriggerTime()); in testSetAlarmClock()
475 assertNull(nextAlarmClock.getShowIntent()); in testSetAlarmClock()
493 nextAlarmClock = mAm.getNextAlarmClock(); in testSetAlarmClock()
[all …]