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/src/android/jobscheduler/cts/
DTestAppInterface.java21 import static android.jobscheduler.cts.jobtestapp.TestJobService.ACTION_JOB_STARTED;
72 intentFilter.addAction(ACTION_JOB_STARTED); in TestAppInterface()
145 case ACTION_JOB_STARTED:
150 mTestJobState.running = ACTION_JOB_STARTED.equals(intent.getAction());
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobService.java36 public static final String ACTION_JOB_STARTED = PACKAGE_NAME + ".action.JOB_STARTED"; field in TestJobService
50 final Intent reportJobStartIntent = new Intent(ACTION_JOB_STARTED); in onStartJob()