Searched refs:pdfFile (Results 1 – 1 of 1) sorted by relevance
131 File pdfFile = new File(tempFolder, mJobId + ".pdf"); in doInBackground() local135 new BufferedOutputStream(new FileOutputStream(pdfFile))); in doInBackground()137 Log.w(TAG, "Error while copying to " + pdfFile, e); in doInBackground()140 String[] files = new String[]{pdfFile.toString()}; in doInBackground()183 pdfFile = null; in doInBackground()186 if (pdfFile != null) { in doInBackground()187 pdfFile.delete(); in doInBackground()