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()
37 public static final String ACTION_JOB_STOPPED = PACKAGE_NAME + ".action.JOB_STOPPED"; field in TestJobService65 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED); in onStopJob()
22 import static android.jobscheduler.cts.jobtestapp.TestJobService.ACTION_JOB_STOPPED;73 intentFilter.addAction(ACTION_JOB_STOPPED); in TestAppInterface()146 case ACTION_JOB_STOPPED: