Searched refs:mStatusFlags (Results 1 – 1 of 1) sorted by relevance
838 private Integer mStatusFlags = null; field in DownloadManager.Query870 mStatusFlags = flags; in setFilterByStatus()939 if (mStatusFlags != null) { in runQuery()941 if ((mStatusFlags & STATUS_PENDING) != 0) { in runQuery()944 if ((mStatusFlags & STATUS_RUNNING) != 0) { in runQuery()947 if ((mStatusFlags & STATUS_PAUSED) != 0) { in runQuery()953 if ((mStatusFlags & STATUS_SUCCESSFUL) != 0) { in runQuery()956 if ((mStatusFlags & STATUS_FAILED) != 0) { in runQuery()