Home
last modified time | relevance | path

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

/cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobService.java27 public static final String ACTION_JOB_STARTED = PACKAGE_NAME + ".action.JOB_STARTED"; field in TestJobService
34 final Intent reportJobStartIntent = new Intent(ACTION_JOB_STARTED); in onStartJob()
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobService.java43 public static final String ACTION_JOB_STARTED = PACKAGE_NAME + ".action.JOB_STARTED"; field in TestJobService
57 final Intent reportJobStartIntent = new Intent(ACTION_JOB_STARTED); in onStartJob()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java25 import static android.jobscheduler.cts.jobtestapp.TestJobService.ACTION_JOB_STARTED;
103 intentFilter.addAction(ACTION_JOB_STARTED); in TestAppInterface()
367 case ACTION_JOB_STARTED:
379 jobState.running = ACTION_JOB_STARTED.equals(intent.getAction());