Home
last modified time | relevance | path

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

/cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobService.java43 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED); in onStopJob() local
44 reportJobStopIntent.putExtra(JOB_PARAMS_EXTRA_KEY, params); in onStopJob()
45 sendBroadcast(reportJobStopIntent); in onStopJob()
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobService.java65 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED); in onStopJob() local
66 reportJobStopIntent.putExtra(JOB_PARAMS_EXTRA_KEY, params); in onStopJob()
67 sendBroadcast(reportJobStopIntent); in onStopJob()