Searched refs:reportJobStartIntent (Results 1 – 2 of 2) sorted by relevance
50 final Intent reportJobStartIntent = new Intent(ACTION_JOB_STARTED); in onStartJob() local51 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()
34 final Intent reportJobStartIntent = new Intent(ACTION_JOB_STARTED); in onStartJob() local35 reportJobStartIntent.putExtra(JOB_PARAMS_EXTRA_KEY, params); in onStartJob()36 sendBroadcast(reportJobStartIntent); in onStartJob()