Searched refs:downloadedFile (Results 1 – 4 of 4) sorted by relevance
101 ParcelFileDescriptor downloadedFile = mManager.openDownloadedFile(mId); in getRawContents() local102 assertTrue("Invalid file descriptor: " + downloadedFile, in getRawContents()103 downloadedFile.getFileDescriptor().valid()); in getRawContents()105 downloadedFile); in getRawContents()
247 final File downloadedFile = MmsFileProvider.getFile(contentUri); in doBackgroundWork() local250 downloadedData = Files.toByteArray(downloadedFile); in doBackgroundWork()253 + downloadedFile.getAbsolutePath()); in doBackgroundWork()256 + downloadedFile.getAbsolutePath(), e); in doBackgroundWork()260 if (downloadedFile.exists()) { in doBackgroundWork()261 downloadedFile.delete(); in doBackgroundWork()264 + "downloaded MMS pdu: " + downloadedFile.getAbsolutePath()); in doBackgroundWork()
137 File downloadedFile = new File(path); in run() local138 downloadedFile.getParentFile().mkdirs(); // If the folder doesn't exists it is created in run()139 request.setDestinationUri(Uri.fromFile(downloadedFile)); in run()
280 ClientFile downloadedFile = mDownloadedFiles.get(DOWNLOADED_MODEL_FILE_ID); in retrieveModel() local282 if (downloadedFile == null) { in retrieveModel()291 Uri.parse(downloadedFile.getFileUri()), in retrieveModel()712 ClientFile downloadedFile = mDownloadedFiles.get(fileId); in readDownloadedFile() local713 if (downloadedFile == null) { in readDownloadedFile()723 Uri.parse(downloadedFile.getFileUri()), ReadStreamOpener.create()); in readDownloadedFile()