Searched defs:EXTRA_ACTION (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DBackgroundWorkerService.java72 protected static final String EXTRA_ACTION = "action"; field in class:BackgroundWorkerService
82 intent.putExtra(EXTRA_ACTION, action);
121 final Action action = intent.getParcelableExtra(EXTRA_ACTION);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java105 public static final String EXTRA_ACTION="action"; field in class:AdapterService
655 intent.putExtra(EXTRA_ACTION,ACTION_SERVICE_STATE_CHANGED);
699 intent.putExtra(EXTRA_ACTION,ACTION_SERVICE_STATE_CHANGED);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java161 protected static final String EXTRA_ACTION = "action"; field in class:ComposeActivity
429 intent.putExtra(EXTRA_ACTION, action);
470 intent.putExtra(EXTRA_ACTION, action);
543 action = savedState.getInt(EXTRA_ACTION, COMPOSE);
564 action = intent.getIntExtra(EXTRA_ACTION, COMPOSE);
1077 state.putInt(EXTRA_ACTION, mode);

Completed in 85 milliseconds