Searched refs:actionBundle (Results 1 – 1 of 1) sorted by relevance
58 final Bundle actionBundle = new Bundle(); in startAction() local59 actionBundle.putParcelable(BUNDLE_ACTION, action); in startAction()60 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in startAction()74 final Bundle actionBundle = new Bundle(); in scheduleAction() local75 actionBundle.putParcelable(BUNDLE_ACTION, action); in scheduleAction()76 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in scheduleAction()90 final Bundle actionBundle = new Bundle(); in handleResponseFromBackgroundWorker() local91 actionBundle.putParcelable(BUNDLE_ACTION, action); in handleResponseFromBackgroundWorker()92 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in handleResponseFromBackgroundWorker()106 final Bundle actionBundle = new Bundle(); in handleFailureFromBackgroundWorker() local[all …]