Home
last modified time | relevance | path

Searched refs:ACTION_STOP (Results 1 – 13 of 13) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrStopRecordingFragment.java50 public static final int ACTION_STOP = 1; field in DvrStopRecordingFragment
142 .id(ACTION_STOP) in onCreateActions()
159 if (actionId == ACTION_STOP) { in getTrackerLabelForGuidedAction()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlProfileTest.java332 | PlaybackState.ACTION_STOP in testHandleMediaControlRequest()
398 | PlaybackState.ACTION_STOP in testAvrcpCompatibleActionSet()
413 | PlaybackState.ACTION_STOP in testPlayerActions2McsSupportedOpcodes()
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DLogUtils.java101 put(PlaybackStateCompat.ACTION_STOP, "STOP");
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/
DMediaActuator.java258 PlaybackStateCompat.ACTION_STOP, null, in stopCurrentSource()
299 } else if (action == PlaybackStateCompat.ACTION_STOP) { in executePlaybackAction()
DRadioActuator.java131 if ((state.getActions() & PlaybackStateCompat.ACTION_STOP) == 0) { in stopTuning()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlProfile.java98 | PlaybackState.ACTION_STOP
459 if ((actions & PlaybackState.ACTION_STOP) != 0) { in onMediaControlRequest()
560 if ((supportedPlayerActions & PlaybackState.ACTION_STOP) != 0) { in playerActions2McsSupportedOpcodes()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DCurrentRecordingDetailsFragment.java162 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onCreateOnActionClickedListener()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayerTest.java147 | PlaybackStateCompat.ACTION_STOP in updateAvailableActions()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java209 mAvailableActions = mAvailableActions | PlaybackStateCompat.ACTION_STOP; in updateAvailableActions()
/packages/modules/Bluetooth/android/pandora/server/src/
DMediaPlayerBrowserService.kt77 PlaybackStateCompat.ACTION_STOP or in getAvailableActions()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java292 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onRecordButtonClicked()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRowPresenter.java597 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onStartRecording()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java2355 if (actionId == DvrStopRecordingFragment.ACTION_STOP) {