Searched refs:EXTRA_ACTION (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | BackgroundWorkerService.java | 73 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/ |
D | AlarmSelectionActivity.java | 44 public static final String EXTRA_ACTION = "com.android.deskclock.EXTRA_ACTION"; field in AlarmSelectionActivity 74 mAction = intent.getIntExtra(EXTRA_ACTION, ACTION_INVALID); in onCreate()
|
D | HandleApiCalls.java | 52 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/ |
D | TestUtils.java | 143 startIntent.putExtra(AdapterService.EXTRA_ACTION, in startService() 174 stopIntent.putExtra(AdapterService.EXTRA_ACTION, in stopService()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 145 String action = intent.getStringExtra(AdapterService.EXTRA_ACTION); in onStartCommand()
|
D | AdapterService.java | 113 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/ |
D | ProfileServiceTest.java | 57 startIntent.putExtra(AdapterService.EXTRA_ACTION, in setProfileState()
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | ComposeActivity.java | 163 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/ |
D | ComposeActivityTest.java | 829 intent.putExtra(ComposeActivity.EXTRA_ACTION, ComposeActivity.COMPOSE); in testMailToAccount()
|