Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorkerService.java73 protected static final String EXTRA_ACTION = "action"; field in BackgroundWorkerService
83 intent.putExtra(EXTRA_ACTION, action); in startServiceWithAction()
115 final Action action = intent.getParcelableExtra(EXTRA_ACTION); in onHandleWork()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmSelectionActivity.java44 public static final String EXTRA_ACTION = "com.android.deskclock.EXTRA_ACTION"; field in AlarmSelectionActivity
74 mAction = intent.getIntExtra(EXTRA_ACTION, ACTION_INVALID); in onCreate()
DHandleApiCalls.java52 import static com.android.deskclock.AlarmSelectionActivity.EXTRA_ACTION;
206 .putExtra(EXTRA_ACTION, ACTION_DISMISS) in doInBackground()
225 .putExtra(EXTRA_ACTION, ACTION_DISMISS) in doInBackground()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java143 startIntent.putExtra(AdapterService.EXTRA_ACTION, in startService()
174 stopIntent.putExtra(AdapterService.EXTRA_ACTION, in stopService()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java145 String action = intent.getStringExtra(AdapterService.EXTRA_ACTION); in onStartCommand()
DAdapterService.java113 public static final String EXTRA_ACTION = "action"; field in AdapterService
752 intent.putExtra(EXTRA_ACTION, ACTION_SERVICE_STATE_CHANGED); in setProfileServiceState()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java57 startIntent.putExtra(AdapterService.EXTRA_ACTION, in setProfileState()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java163 protected static final String EXTRA_ACTION = "action"; field in ComposeActivity
431 intent.putExtra(EXTRA_ACTION, action); in updateActionIntent()
472 intent.putExtra(EXTRA_ACTION, action); in launch()
560 action = savedState.getInt(EXTRA_ACTION, COMPOSE); in finishCreate()
581 action = intent.getIntExtra(EXTRA_ACTION, COMPOSE); in finishCreate()
1097 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()