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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmSelectionActivity.java44 public static final String EXTRA_ACTION = "com.android.deskclock.EXTRA_ACTION"; field in class:AlarmSelectionActivity
74 mAction = intent.getIntExtra(EXTRA_ACTION, ACTION_INVALID);
/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.java114 public static final String EXTRA_ACTION="action"; field in class:AdapterService
689 intent.putExtra(EXTRA_ACTION,ACTION_SERVICE_STATE_CHANGED);
733 intent.putExtra(EXTRA_ACTION,ACTION_SERVICE_STATE_CHANGED);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java162 protected static final String EXTRA_ACTION = "action"; field in class:ComposeActivity
430 intent.putExtra(EXTRA_ACTION, action);
471 intent.putExtra(EXTRA_ACTION, action);
544 action = savedState.getInt(EXTRA_ACTION, COMPOSE);
565 action = intent.getIntExtra(EXTRA_ACTION, COMPOSE);
1078 state.putInt(EXTRA_ACTION, mode);

Completed in 155 milliseconds