Searched refs:reportJobStopIntent (Results 1 – 2 of 2) sorted by relevance
43 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED); in onStopJob() local44 reportJobStopIntent.putExtra(JOB_PARAMS_EXTRA_KEY, params); in onStopJob()45 sendBroadcast(reportJobStopIntent); in onStopJob()
94 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED); in onStopJob() local95 reportJobStopIntent.putExtra(JOB_PARAMS_EXTRA_KEY, params); in onStopJob()96 sendBroadcast(reportJobStopIntent); in onStopJob()