Searched refs:mPrintedDocument (Results 1 – 1 of 1) sorted by relevance
198 private RemotePrintDocument mPrintedDocument; field in PrintActivity357 mPrintedDocument = new RemotePrintDocument(PrintActivity.this, in onPrinterRegistryReady()367 (isFinalState(mState) && !mPrintedDocument.isUpdating())) { in onPrinterRegistryReady()371 mPrintedDocument.cancel(true); in onPrinterRegistryReady()386 mPrintedDocument.start(); in onPrinterRegistryReady()519 mPrintedDocument.kill(message); in onPrintDocumentError()642 RemotePrintDocumentInfo documentInfo = mPrintedDocument.getDocumentInfo(); in updatePrintPreviewController()650 mPrintedDocument.getDocumentInfo().pagesWrittenToFile, in updatePrintPreviewController()681 if (mPrintedDocument != null) { in onDestroy()682 mPrintedDocument.cancel(true); in onDestroy()[all …]