Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java504 onPrintDocumentError("Cannot print a malformed PDF file"); in onMalformedPdfFile()
509 onPrintDocumentError("Cannot print a password protected PDF file"); in onSecurePdfFile()
512 private void onPrintDocumentError(String message) { in onPrintDocumentError() method in PrintActivity
2140 onPrintDocumentError(error); in transformDocumentAndFinish()