Searched refs:EXTRA_ACTION (Results 1 – 8 of 8) sorted by relevance
73 protected static final String EXTRA_ACTION = "action"; field in BackgroundWorkerService83 intent.putExtra(EXTRA_ACTION, action); in startServiceWithAction()115 final Action action = intent.getParcelableExtra(EXTRA_ACTION); in onHandleWork()
52 mAction = intent.getIntExtra(EXTRA_ACTION, ACTION_INVALID) in onCreate()100 const val EXTRA_ACTION = "com.android.deskclock.EXTRA_ACTION" constant
44 public static final String EXTRA_ACTION = "com.android.deskclock.EXTRA_ACTION"; field in AlarmSelectionActivity74 mAction = intent.getIntExtra(EXTRA_ACTION, ACTION_INVALID); in onCreate()
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()
143 startIntent.putExtra(AdapterService.EXTRA_ACTION, in startService()174 stopIntent.putExtra(AdapterService.EXTRA_ACTION, in stopService()
145 String action = intent.getStringExtra(AdapterService.EXTRA_ACTION); in onStartCommand()
140 public static final String EXTRA_ACTION = "action"; field in AdapterService799 intent.putExtra(EXTRA_ACTION, ACTION_SERVICE_STATE_CHANGED); in setProfileServiceState()
58 startIntent.putExtra(AdapterService.EXTRA_ACTION, in setProfileState()