Searched refs:cancelAlarmsIntent (Results 1 – 2 of 2) sorted by relevance
213 final Intent cancelAlarmsIntent = new Intent(TestAlarmScheduler.ACTION_CANCEL_ALL_ALARMS); in tearDown() local214 cancelAlarmsIntent.setComponent(mAlarmScheduler); in tearDown()215 mContext.sendBroadcast(cancelAlarmsIntent); in tearDown()
256 final Intent cancelAlarmsIntent = new Intent(TestAlarmScheduler.ACTION_CANCEL_ALL_ALARMS); in tearDown() local257 cancelAlarmsIntent.setComponent(mAlarmScheduler); in tearDown()258 sContext.sendBroadcast(cancelAlarmsIntent); in tearDown()