Searched refs:actionBundle (Results 1 – 2 of 2) sorted by relevance
57 final Bundle actionBundle = new Bundle(); in startAction() local58 actionBundle.putParcelable(BUNDLE_ACTION, action); in startAction()59 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in startAction()73 final Bundle actionBundle = new Bundle(); in scheduleAction() local74 actionBundle.putParcelable(BUNDLE_ACTION, action); in scheduleAction()75 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in scheduleAction()89 final Bundle actionBundle = new Bundle(); in handleResponseFromBackgroundWorker() local90 actionBundle.putParcelable(BUNDLE_ACTION, action); in handleResponseFromBackgroundWorker()91 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in handleResponseFromBackgroundWorker()105 final Bundle actionBundle = new Bundle(); in handleFailureFromBackgroundWorker() local[all …]
293 final Bundle actionBundle = remoteActionBundle.getBundle(actionId); in updateActions() local295 actionBundle.getParcelable(EXTRA_ACTION)); in updateActions()298 actionBundle.getStringArray(EXTRA_PACKAGES); in updateActions()