Searched refs:ACTION_JOB_STOPPED (Results 1 – 3 of 3) sorted by relevance
28 public static final String ACTION_JOB_STOPPED = PACKAGE_NAME + ".action.JOB_STOPPED"; field in TestJobService43 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED); in onStopJob()
44 public static final String ACTION_JOB_STOPPED = PACKAGE_NAME + ".action.JOB_STOPPED"; field in TestJobService94 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED); in onStopJob()
26 import static android.jobscheduler.cts.jobtestapp.TestJobService.ACTION_JOB_STOPPED;104 intentFilter.addAction(ACTION_JOB_STOPPED); in TestAppInterface()368 case ACTION_JOB_STOPPED: