Home
last modified time | relevance | path

Searched defs:STATE_COMPLETED (Results 1 – 6 of 6) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownload.java73 public static final int STATE_COMPLETED = 3; field in Download
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownload.java63 public static final int STATE_COMPLETED = 3; field in Download
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt865 private val STATE_COMPLETED = Symbol("STATE_COMPLETED") constant
/external/webrtc/p2p/base/
Dice_transport_internal.h227 STATE_COMPLETED, enumerator
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDefaultDownloadIndexTest.java180 downloadIndex.getDownloads(Download.STATE_REMOVING, Download.STATE_COMPLETED)) { in getDownloads_withStates_returnsAllDownloadStatusWithTheSameStates()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDefaultDownloadIndexTest.java180 downloadIndex.getDownloads(Download.STATE_REMOVING, Download.STATE_COMPLETED)) { in getDownloads_withStates_returnsAllDownloadStatusWithTheSameStates()