Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintFileDocumentAdapter.java69 PrintDocumentInfo documentInfo) { in PrintFileDocumentAdapter() argument
73 if (documentInfo == null) { in PrintFileDocumentAdapter()
78 mDocumentInfo = documentInfo; in PrintFileDocumentAdapter()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java1027 PrintDocumentInfo documentInfo = printJob.getDocumentInfo(); in doWriteStateLocked() local
1028 if (documentInfo != null) { in doWriteStateLocked()
1030 serializer.attribute(null, ATTR_NAME, documentInfo.getName()); in doWriteStateLocked()
1032 documentInfo.getContentType())); in doWriteStateLocked()
1034 documentInfo.getPageCount())); in doWriteStateLocked()
1036 documentInfo.getDataSize())); in doWriteStateLocked()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java642 RemotePrintDocumentInfo documentInfo = mPrintedDocument.getDocumentInfo(); in updatePrintPreviewController() local
643 if (!documentInfo.laidout) { in updatePrintPreviewController()
649 getAdjustedPageCount(documentInfo.info), in updatePrintPreviewController()