Searched refs:ACTION_STOP (Results 1 – 13 of 13) sorted by relevance
50 public static final int ACTION_STOP = 1; field in DvrStopRecordingFragment142 .id(ACTION_STOP) in onCreateActions()159 if (actionId == ACTION_STOP) { in getTrackerLabelForGuidedAction()
332 | PlaybackState.ACTION_STOP in testHandleMediaControlRequest()398 | PlaybackState.ACTION_STOP in testAvrcpCompatibleActionSet()413 | PlaybackState.ACTION_STOP in testPlayerActions2McsSupportedOpcodes()
101 put(PlaybackStateCompat.ACTION_STOP, "STOP");
258 PlaybackStateCompat.ACTION_STOP, null, in stopCurrentSource()299 } else if (action == PlaybackStateCompat.ACTION_STOP) { in executePlaybackAction()
131 if ((state.getActions() & PlaybackStateCompat.ACTION_STOP) == 0) { in stopTuning()
98 | PlaybackState.ACTION_STOP459 if ((actions & PlaybackState.ACTION_STOP) != 0) { in onMediaControlRequest()560 if ((supportedPlayerActions & PlaybackState.ACTION_STOP) != 0) { in playerActions2McsSupportedOpcodes()
162 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onCreateOnActionClickedListener()
147 | PlaybackStateCompat.ACTION_STOP in updateAvailableActions()
209 mAvailableActions = mAvailableActions | PlaybackStateCompat.ACTION_STOP; in updateAvailableActions()
77 PlaybackStateCompat.ACTION_STOP or in getAvailableActions()
292 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onRecordButtonClicked()
597 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onStartRecording()
2355 if (actionId == DvrStopRecordingFragment.ACTION_STOP) {