Home
last modified time | relevance | path

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

/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBasicApiTests.java458 PendingIntent showIntentSecond = PendingIntent.getBroadcast(mContext, 0, in testSetAlarmClock() local
461 mAm.setAlarmClock(new AlarmClockInfo(wakeupTimeSecond, showIntentSecond), in testSetAlarmClock()
467 assertEquals(showIntentSecond, nextAlarmClock.getShowIntent()); in testSetAlarmClock()