Searched refs:ACTION_CANCEL_JOBS (Results 1 – 3 of 3) sorted by relevance
38 public static final String ACTION_CANCEL_JOBS = PACKAGE_NAME + ".action.CANCEL_JOBS"; field in TestJobSchedulerReceiver46 case ACTION_CANCEL_JOBS: in onReceive()
40 public static final String ACTION_CANCEL_JOBS = PACKAGE_NAME + ".action.CANCEL_JOBS"; field in TestJobSchedulerReceiver48 case ACTION_CANCEL_JOBS: in onReceive()
60 final Intent cancelJobsIntent = new Intent(TestJobSchedulerReceiver.ACTION_CANCEL_JOBS); in cleanup()