Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DOpenHelper.java110 final DownloadManager downManager = (DownloadManager) context.getSystemService( in buildViewIntent() local
112 downManager.setAccessAllDownloads(true); in buildViewIntent()
113 downManager.setAccessFilename(true); in buildViewIntent()
115 final Cursor cursor = downManager.query(new DownloadManager.Query().setFilterById(id)); in buildViewIntent()