Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
DEmbmsTestDownloadApp.java216 File downloadDir = new File(EmbmsTestDownloadApp.this.getExternalFilesDir(null), in onCreate() local
218 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() local
230 downloadDir.mkdirs(); in onCreate()
231 mDownloadManager.setTempFileRootDirectory(downloadDir); in onCreate()
234 "temp file root set to " + downloadDir, Toast.LENGTH_SHORT).show(); in onCreate()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java478 final File downloadDir = getPublicDownloadsDirectory(); in includeSearchFilesFromSharedStorage() local
479 try (Cursor rawFilesCursor = super.querySearchDocuments(downloadDir, in includeSearchFilesFromSharedStorage()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java1336 final File downloadDir = Environment.getExternalStoragePublicDirectory( in doInBackgroundTimed() local
1342 isImageOrVideo ? appDir : downloadDir, attachment.contentType); in doInBackgroundTimed()