Searched refs:setAlarmClockIntent (Results 1 – 2 of 2) sorted by relevance
108 final Intent setAlarmClockIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM_CLOCK); in scheduleAlarmClock() local109 setAlarmClockIntent.setComponent(mAlarmScheduler); in scheduleAlarmClock()110 setAlarmClockIntent.putExtra(TestAlarmScheduler.EXTRA_ALARM_CLOCK_INFO, alarmInfo); in scheduleAlarmClock()111 mContext.sendBroadcast(setAlarmClockIntent); in scheduleAlarmClock()
191 final Intent setAlarmClockIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM_CLOCK); in scheduleAlarmClock() local192 setAlarmClockIntent.setComponent(mAlarmScheduler); in scheduleAlarmClock()193 setAlarmClockIntent.putExtra(TestAlarmScheduler.EXTRA_ALARM_CLOCK_INFO, alarmInfo); in scheduleAlarmClock()194 mContext.sendBroadcast(setAlarmClockIntent); in scheduleAlarmClock()