Searched refs:pdfFile (Results 1 – 1 of 1) sorted by relevance
133 File pdfFile = new File(tempFolder, mJobId + ".pdf"); in doInBackground() local137 new BufferedOutputStream(new FileOutputStream(pdfFile))); in doInBackground()139 Log.w(TAG, "Error while copying to " + pdfFile, e); in doInBackground()142 String[] files = new String[]{pdfFile.toString()}; in doInBackground()185 pdfFile = null; in doInBackground()188 if (pdfFile != null) { in doInBackground()189 pdfFile.delete(); in doInBackground()