Searched refs:mStatusFlags (Results 1 – 1 of 1) sorted by relevance
716 private Integer mStatusFlags = null; field in DownloadManager.Query736 mStatusFlags = flags; in setFilterByStatus()794 if (mStatusFlags != null) { in runQuery()796 if ((mStatusFlags & STATUS_PENDING) != 0) { in runQuery()799 if ((mStatusFlags & STATUS_RUNNING) != 0) { in runQuery()802 if ((mStatusFlags & STATUS_PAUSED) != 0) { in runQuery()808 if ((mStatusFlags & STATUS_SUCCESSFUL) != 0) { in runQuery()811 if ((mStatusFlags & STATUS_FAILED) != 0) { in runQuery()