Searched refs:setOnlyIncludeVisibleInDownloadsUi (Results 1 – 3 of 3) sorted by relevance
344 new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true)); in queryChildDocuments()347 new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true) in queryChildDocuments()399 cursor = mDm.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true) in queryRecentDocuments()451 cursor = mDm.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true) in querySearchDocuments()
288 … cursor = mManager.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true)); in testFiltering()
926 public Query setOnlyIncludeVisibleInDownloadsUi(boolean value) { in setOnlyIncludeVisibleInDownloadsUi() method in DownloadManager.Query