Home
last modified time | relevance | path

Searched refs:actionBundle (Results 1 – 2 of 2) 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 …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWellbeingModel.java236 final Bundle actionBundle = remoteActionBundle.getBundle(actionId); in updateActions() local
238 actionBundle.getParcelable(EXTRA_ACTION)); in updateActions()
241 actionBundle.getStringArray(EXTRA_PACKAGES); in updateActions()