Searched refs:EXTRA_ACTION_BUNDLE (Results 1 – 1 of 1) sorted by relevance
60 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in startAction()76 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in scheduleAction()92 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in handleResponseFromBackgroundWorker()108 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in handleFailureFromBackgroundWorker()126 protected static final String EXTRA_ACTION_BUNDLE = "datamodel_action_bundle"; field in ActionServiceImpl201 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in makeStartActionPendingIntent()253 final Bundle actionBundle = intent.getBundleExtra(EXTRA_ACTION_BUNDLE); in onHandleWork()