Searched refs:EXTRA_ACTION_BUNDLE (Results 1 – 1 of 1) sorted by relevance
59 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in startAction()75 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in scheduleAction()91 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in handleResponseFromBackgroundWorker()107 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in handleFailureFromBackgroundWorker()125 protected static final String EXTRA_ACTION_BUNDLE = "datamodel_action_bundle"; field in ActionServiceImpl199 intent.putExtra(EXTRA_ACTION_BUNDLE, actionBundle); in makeStartActionPendingIntent()248 final Bundle actionBundle = intent.getBundleExtra(EXTRA_ACTION_BUNDLE); in onHandleWork()