Searched refs:downloadDir (Results 1 – 3 of 3) sorted by relevance
216 File downloadDir = new File(EmbmsTestDownloadApp.this.getExternalFilesDir(null), in onCreate() local218 downloadDir.mkdirs(); in onCreate()219 mDownloadManager.setTempFileRootDirectory(downloadDir); in onCreate()222 "temp file root set to " + downloadDir, Toast.LENGTH_SHORT).show(); in onCreate()228 File downloadDir = new File(EmbmsTestDownloadApp.this.getFilesDir(), in onCreate() local230 downloadDir.mkdirs(); in onCreate()231 mDownloadManager.setTempFileRootDirectory(downloadDir); in onCreate()234 "temp file root set to " + downloadDir, Toast.LENGTH_SHORT).show(); in onCreate()
478 final File downloadDir = getPublicDownloadsDirectory(); in includeSearchFilesFromSharedStorage() local479 try (Cursor rawFilesCursor = super.querySearchDocuments(downloadDir, in includeSearchFilesFromSharedStorage()
1336 final File downloadDir = Environment.getExternalStoragePublicDirectory( in doInBackgroundTimed() local1342 isImageOrVideo ? appDir : downloadDir, attachment.contentType); in doInBackgroundTimed()