Home
last modified time | relevance | path

Searched refs:actionBundle (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DActionServiceImpl.java58 final Bundle actionBundle = new Bundle(); in startAction() local
59 actionBundle.putParcelable(BUNDLE_ACTION, action); in startAction()
60 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in startAction()
74 final Bundle actionBundle = new Bundle(); in scheduleAction() local
75 actionBundle.putParcelable(BUNDLE_ACTION, action); in scheduleAction()
76 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in scheduleAction()
90 final Bundle actionBundle = new Bundle(); in handleResponseFromBackgroundWorker() local
91 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 …]