Searched defs:STATE_COMPLETED (Results 1 – 3 of 3) sorted by relevance
63 public static final int STATE_COMPLETED = 3; field in Download
199 STATE_COMPLETED, enumerator
163 downloadIndex.getDownloads(Download.STATE_REMOVING, Download.STATE_COMPLETED)) { in getDownloads_withStates_returnsAllDownloadStatusWithTheSameStates()