Home
last modified time | relevance | path

Searched refs:reportJobStartIntent (Results 1 – 2 of 2) sorted by relevance

/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobService.java50 final Intent reportJobStartIntent = new Intent(ACTION_JOB_STARTED); in onStartJob() local
51 reportJobStartIntent.putExtra(JOB_PARAMS_EXTRA_KEY, params); in onStartJob()
55 reportJobStartIntent.putExtra(EXTRA_REQUEST_JOB_UID_STATE, true); in onStartJob()
56 reportJobStartIntent.putExtras(getJobUidStateExtras()); in onStartJob()
58 sendBroadcast(reportJobStartIntent); in onStartJob()
/cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobService.java34 final Intent reportJobStartIntent = new Intent(ACTION_JOB_STARTED); in onStartJob() local
35 reportJobStartIntent.putExtra(JOB_PARAMS_EXTRA_KEY, params); in onStartJob()
36 sendBroadcast(reportJobStartIntent); in onStartJob()