Searched refs:downloadedFile (Results 1 – 3 of 3) 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()
245 final File downloadedFile = MmsFileProvider.getFile(contentUri); in doBackgroundWork() local248 downloadedData = Files.toByteArray(downloadedFile); in doBackgroundWork()251 + downloadedFile.getAbsolutePath()); in doBackgroundWork()254 + downloadedFile.getAbsolutePath(), e); in doBackgroundWork()258 if (downloadedFile.exists()) { in doBackgroundWork()259 downloadedFile.delete(); in doBackgroundWork()262 + "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()