Searched refs:ACTION_STOP (Results 1 – 9 of 9) sorted by relevance
50 public static final int ACTION_STOP = 1; field in DvrStopRecordingFragment144 .id(ACTION_STOP) in onCreateActions()160 if (actionId == ACTION_STOP) { in getTrackerLabelForGuidedAction()
53 static final int ACTION_STOP = 5; field in RadioStreamProducer173 case ACTION_STOP: in onReceive()
65 mStopAction = createRadioActionIntent(RadioStreamProducer.ACTION_STOP); in RadioConverter()
401 mPlayPauseStopButton.setMode(((state.getActions() & PlaybackState.ACTION_STOP) != 0) in onPlaybackStateChanged()966 } else if ((actions & PlaybackState.ACTION_STOP) != 0) {996 (playbackState.getActions() & PlaybackState.ACTION_STOP) != 0;
99 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onCreateOnActionClickedListener()
278 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onRecordButtonClicked()
509 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onStartRecording()
2114 if (actionId == DvrStopRecordingFragment.ACTION_STOP) {
4425 public static long ACTION_STOP;