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.java57 final Bundle actionBundle = new Bundle(); in startAction() local
58 actionBundle.putParcelable(BUNDLE_ACTION, action); in startAction()
59 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in startAction()
73 final Bundle actionBundle = new Bundle(); in scheduleAction() local
74 actionBundle.putParcelable(BUNDLE_ACTION, action); in scheduleAction()
75 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in scheduleAction()
89 final Bundle actionBundle = new Bundle(); in handleResponseFromBackgroundWorker() local
90 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 …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWellbeingModel.java293 final Bundle actionBundle = remoteActionBundle.getBundle(actionId); in updateActions() local
295 actionBundle.getParcelable(EXTRA_ACTION)); in updateActions()
298 actionBundle.getStringArray(EXTRA_PACKAGES); in updateActions()