Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrStopRecordingFragment.java50 public static final int ACTION_STOP = 1; field in DvrStopRecordingFragment
144 .id(ACTION_STOP) in onCreateActions()
160 if (actionId == ACTION_STOP) { in getTrackerLabelForGuidedAction()
/packages/apps/Car/Stream/src/com/android/car/stream/radio/
DRadioStreamProducer.java53 static final int ACTION_STOP = 5; field in RadioStreamProducer
173 case ACTION_STOP: in onReceive()
DRadioConverter.java65 mStopAction = createRadioActionIntent(RadioStreamProducer.ACTION_STOP); in RadioConverter()
/packages/apps/Car/Media/src/com/android/car/media/
DMediaPlaybackFragment.java401 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;
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DCurrentRecordingDetailsFragment.java99 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onCreateOnActionClickedListener()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java278 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onRecordButtonClicked()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRowPresenter.java509 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onStartRecording()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java2114 if (actionId == DvrStopRecordingFragment.ACTION_STOP) {
/packages/services/Car/car-support-lib/
Dproguard-release.flags4425 public static long ACTION_STOP;