Searched refs:ACTION_CANCEL_ALL_ALARMS (Results 1 – 3 of 3) sorted by relevance
44 public static final String ACTION_CANCEL_ALL_ALARMS = PACKAGE_NAME + ".action.CANCEL_ALARMS"; field in TestAlarmScheduler89 case ACTION_CANCEL_ALL_ALARMS: in onReceive()
213 final Intent cancelAlarmsIntent = new Intent(TestAlarmScheduler.ACTION_CANCEL_ALL_ALARMS); in tearDown()
256 final Intent cancelAlarmsIntent = new Intent(TestAlarmScheduler.ACTION_CANCEL_ALL_ALARMS); in tearDown()