Home
last modified time | relevance | path

Searched refs:setOnlyIncludeVisibleInDownloadsUi (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java344 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()
/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DPublicApiFunctionalTest.java288 … cursor = mManager.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true)); in testFiltering()
/aosp12/frameworks/base/core/java/android/app/
H A DDownloadManager.java926 public Query setOnlyIncludeVisibleInDownloadsUi(boolean value) { in setOnlyIncludeVisibleInDownloadsUi() method in DownloadManager.Query