Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DActionServiceImpl.java60 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in startAction()
76 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in scheduleAction()
92 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in handleResponseFromBackgroundWorker()
108 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in handleFailureFromBackgroundWorker()
126 protected static final String EXTRA_ACTION_BUNDLE = "datamodel_action_bundle"; field in ActionServiceImpl
201 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in makeStartActionPendingIntent()
253 final Bundle actionBundle = intent.getBundleExtra(EXTRA_ACTION_BUNDLE); in onHandleWork()