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.java133 File pdfFile = new File(tempFolder, mJobId + ".pdf"); in doInBackground() local
137 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()