Home
last modified time | relevance | path

Searched refs:ACTION_JOB_STOPPED (Results 1 – 3 of 3) sorted by relevance

/cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobService.java28 public static final String ACTION_JOB_STOPPED = PACKAGE_NAME + ".action.JOB_STOPPED"; field in TestJobService
43 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED); in onStopJob()
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobService.java37 public static final String ACTION_JOB_STOPPED = PACKAGE_NAME + ".action.JOB_STOPPED"; field in TestJobService
65 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED); in onStopJob()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java22 import static android.jobscheduler.cts.jobtestapp.TestJobService.ACTION_JOB_STOPPED;
73 intentFilter.addAction(ACTION_JOB_STOPPED); in TestAppInterface()
146 case ACTION_JOB_STOPPED: