Searched defs:STATE_COMPLETED (Results 1 – 7 of 7) sorted by relevance
127 STATE_COMPLETED = 11; enumerator
73 public static final int STATE_COMPLETED = 3; field in Download
63 public static final int STATE_COMPLETED = 3; field in Download
894 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()