Searched defs:STATE_COMPLETED (Results 1 – 6 of 6) sorted by relevance
73 public static final int STATE_COMPLETED = 3; field in Download
63 public static final int STATE_COMPLETED = 3; field in Download
865 private val STATE_COMPLETED = Symbol("STATE_COMPLETED") constant
227 STATE_COMPLETED, enumerator
180 downloadIndex.getDownloads(Download.STATE_REMOVING, Download.STATE_COMPLETED)) { in getDownloads_withStates_returnsAllDownloadStatusWithTheSameStates()