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()101 const val EXTRA_ACTION = "com.android.deskclock.EXTRA_ACTION" constant
127 .putExtra(AlarmSelectionActivity.EXTRA_ACTION, in doInBackground()147 .putExtra(AlarmSelectionActivity.EXTRA_ACTION, in doInBackground()
144 startIntent.putExtra(AdapterService.EXTRA_ACTION, in startService()175 stopIntent.putExtra(AdapterService.EXTRA_ACTION, in stopService()
85 private static final String EXTRA_ACTION = "action"; field in WellbeingModel295 actionBundle.getParcelable(EXTRA_ACTION)); in updateActions()
177 String action = intent.getStringExtra(AdapterService.EXTRA_ACTION); in onStartCommand()
169 public static final String EXTRA_ACTION = "action"; field in AdapterService931 intent.putExtra(EXTRA_ACTION, ACTION_SERVICE_STATE_CHANGED); in setProfileServiceState()
71 startIntent.putExtra(AdapterService.EXTRA_ACTION, in setProfileState()