Searched refs:cancelJobsIntent (Results 1 – 1 of 1) sorted by relevance
218 final Intent cancelJobsIntent = new Intent(TestJobSchedulerReceiver.ACTION_CANCEL_JOBS); in tearDown() local219 cancelJobsIntent.setComponent(new ComponentName(TEST_APP_PACKAGE, TEST_APP_RECEIVER)); in tearDown()220 cancelJobsIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in tearDown()221 mContext.sendBroadcast(cancelJobsIntent); in tearDown()