Searched refs:cancelAlarmsIntent (Results 1 – 2 of 2) sorted by relevance
155 final Intent cancelAlarmsIntent = new Intent(TestAlarmScheduler.ACTION_CANCEL_ALL_ALARMS); in tearDown() local156 cancelAlarmsIntent.setComponent(mAlarmScheduler); in tearDown()157 mContext.sendBroadcast(cancelAlarmsIntent); in tearDown()
445 final Intent cancelAlarmsIntent = new Intent(TestAlarmScheduler.ACTION_CANCEL_ALL_ALARMS); in tearDown() local446 cancelAlarmsIntent.setComponent(mAlarmScheduler); in tearDown()447 mContext.sendBroadcast(cancelAlarmsIntent); in tearDown()