Home
last modified time | relevance | path

Searched refs:STATE_STOPPED (Results 1 – 7 of 7) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownload.java37 STATE_STOPPED,
59 public static final int STATE_STOPPED = 1; field in Download
DDownloadManager.java26 import static com.google.android.exoplayer2.offline.Download.STATE_STOPPED;
636 state = STATE_STOPPED; in mergeRequest()
760 STATE_QUEUED, STATE_STOPPED, STATE_DOWNLOADING, STATE_REMOVING, STATE_RESTARTING); in initialize()
816 if (download.state == STATE_STOPPED) { in setStopReason()
822 state = STATE_STOPPED; in setStopReason()
855 stopReason != STOP_REASON_NONE ? STATE_STOPPED : STATE_QUEUED, in addDownload()
930 case STATE_STOPPED: in syncTasks()
1084 case STATE_STOPPED: in onTaskStopped()
1121 download, download.stopReason == STOP_REASON_NONE ? STATE_QUEUED : STATE_STOPPED); in onRemoveTaskStopped()
1163 state != STATE_COMPLETED && state != STATE_FAILED && state != STATE_STOPPED); in putDownloadWithState()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
DBluetoothSL4AAudioSrcMBS.java177 .setState(PlaybackState.STATE_STOPPED, PlaybackState.PLAYBACK_POSITION_UNKNOWN, 1) in onCreate()
DBluetoothMediaPlayback.java273 updatePlaybackState(PlaybackState.STATE_STOPPED); in stop()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDownloadManagerTest.java525 .setState(Download.STATE_STOPPED) in mergeRequest_stopped_staysStopped()
548 downloadBuilder.setStartTimeMs(NOW_MS).setState(Download.STATE_STOPPED).build(); in mergeRequest_completedWithStopReason_becomesStopped()
705 return assertState(Download.STATE_STOPPED); in assertStopped()
DDefaultDownloadIndexTest.java156 new DownloadBuilder("id2").setStartTimeMs(1).setState(Download.STATE_STOPPED).build(); in getDownloads_withStates_returnsAllDownloadStatusWithTheSameStates()
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java953 return PlaybackStateCompat.STATE_STOPPED; in getMediaSessionPlaybackState()