Searched refs:mStatusFlags (Results 1 – 1 of 1) sorted by relevance
834 private Integer mStatusFlags = null; field in DownloadManager.Query854 mStatusFlags = flags; in setFilterByStatus()912 if (mStatusFlags != null) { in runQuery()914 if ((mStatusFlags & STATUS_PENDING) != 0) { in runQuery()917 if ((mStatusFlags & STATUS_RUNNING) != 0) { in runQuery()920 if ((mStatusFlags & STATUS_PAUSED) != 0) { in runQuery()926 if ((mStatusFlags & STATUS_SUCCESSFUL) != 0) { in runQuery()929 if ((mStatusFlags & STATUS_FAILED) != 0) { in runQuery()