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.java70 final DownloadManager downManager = (DownloadManager) context.getSystemService( in buildViewIntent() local
72 downManager.setAccessAllDownloads(true); in buildViewIntent()
73 downManager.setAccessFilename(true); in buildViewIntent()
75 final Cursor cursor = downManager.query(new DownloadManager.Query().setFilterById(id)); in buildViewIntent()