Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DPlayPauseStopImageView.java49 @IntDef({ACTION_PLAY, ACTION_STOP, ACTION_PAUSE, ACTION_DISABLED})
58 public static final int ACTION_STOP = 2; field in PlayPauseStopImageView
97 case ACTION_STOP: in onCreateDrawableState()
DMediaButtonController.java213 case PlaybackViewModel.ACTION_STOP: in convertMainAction()
214 return PlayPauseStopImageView.ACTION_STOP; in convertMainAction()
265 case PlayPauseStopImageView.ACTION_STOP: in onPlayPauseStopClicked()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrStopRecordingFragment.java46 public static final int ACTION_STOP = 1; field in DvrStopRecordingFragment
138 .id(ACTION_STOP) in onCreateActions()
155 if (actionId == ACTION_STOP) { in getTrackerLabelForGuidedAction()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
DPlaybackViewModel.java90 @IntDef({ACTION_PLAY, ACTION_STOP, ACTION_PAUSE, ACTION_DISABLED})
106 public static final int ACTION_STOP = 2; field in PlaybackViewModel
349 } else if ((actions & PlaybackStateCompat.ACTION_STOP) != 0) { in getMainAction()
350 stopAction = ACTION_STOP; in getMainAction()
DPlaybackStateAnnotations.java34 @LongDef(flag = true, value = {PlaybackState.ACTION_STOP, PlaybackState.ACTION_PAUSE,
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java61 | PlaybackState.ACTION_STOP; in AvrcpPlayer()
159 mAvailableActions = mAvailableActions | PlaybackState.ACTION_STOP; in updateAvailableActions()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DCurrentRecordingDetailsFragment.java163 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onCreateOnActionClickedListener()
/packages/apps/Car/Radio/src/com/android/car/radio/media/
DTunerSession.java78 PlaybackState.ACTION_STOP in TunerSession()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java291 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.java2321 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in DvrUiHelper.showStopRecordingDialog()