Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorkerService.java72 protected static final String EXTRA_ACTION = "action"; field in BackgroundWorkerService
82 intent.putExtra(EXTRA_ACTION, action); in startServiceWithAction()
121 final Action action = intent.getParcelableExtra(EXTRA_ACTION); in onHandleIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java136 String action = intent.getStringExtra(AdapterService.EXTRA_ACTION); in onStartCommand()
DAdapterService.java113 public static final String EXTRA_ACTION="action"; field in AdapterService
795 intent.putExtra(EXTRA_ACTION,ACTION_SERVICE_STATE_CHANGED); in setGattProfileServiceState()
839 intent.putExtra(EXTRA_ACTION,ACTION_SERVICE_STATE_CHANGED); in setProfileServiceState()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java161 protected static final String EXTRA_ACTION = "action"; field in ComposeActivity
429 intent.putExtra(EXTRA_ACTION, action); in updateActionIntent()
470 intent.putExtra(EXTRA_ACTION, action); in launch()
543 action = savedState.getInt(EXTRA_ACTION, COMPOSE); in finishCreate()
564 action = intent.getIntExtra(EXTRA_ACTION, COMPOSE); in finishCreate()
1077 state.putInt(EXTRA_ACTION, mode); in saveState()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java829 intent.putExtra(ComposeActivity.EXTRA_ACTION, ComposeActivity.COMPOSE); in testMailToAccount()