Home
last modified time | relevance | path

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

/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBackgroundRestrictedAlarmsTest.java108 final Intent setAlarmClockIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM_CLOCK); in scheduleAlarmClock() local
109 setAlarmClockIntent.setComponent(mAlarmScheduler); in scheduleAlarmClock()
110 setAlarmClockIntent.putExtra(TestAlarmScheduler.EXTRA_ALARM_CLOCK_INFO, alarmInfo); in scheduleAlarmClock()
111 mContext.sendBroadcast(setAlarmClockIntent); in scheduleAlarmClock()
DAppStandbyTests.java191 final Intent setAlarmClockIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM_CLOCK); in scheduleAlarmClock() local
192 setAlarmClockIntent.setComponent(mAlarmScheduler); in scheduleAlarmClock()
193 setAlarmClockIntent.putExtra(TestAlarmScheduler.EXTRA_ALARM_CLOCK_INFO, alarmInfo); in scheduleAlarmClock()
194 mContext.sendBroadcast(setAlarmClockIntent); in scheduleAlarmClock()