Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
DStartJobTask.java131 File pdfFile = new File(tempFolder, mJobId + ".pdf"); in doInBackground() local
135 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()