Searched refs:ACTION_JOB_STARTED (Results 1 – 3 of 3) sorted by relevance
27 public static final String ACTION_JOB_STARTED = PACKAGE_NAME + ".action.JOB_STARTED"; field in TestJobService34 final Intent reportJobStartIntent = new Intent(ACTION_JOB_STARTED); in onStartJob()
43 public static final String ACTION_JOB_STARTED = PACKAGE_NAME + ".action.JOB_STARTED"; field in TestJobService57 final Intent reportJobStartIntent = new Intent(ACTION_JOB_STARTED); in onStartJob()
25 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());