Searched refs:documentInfo (Results 1 – 3 of 3) sorted by relevance
69 PrintDocumentInfo documentInfo) { in PrintFileDocumentAdapter() argument73 if (documentInfo == null) { in PrintFileDocumentAdapter()78 mDocumentInfo = documentInfo; in PrintFileDocumentAdapter()
1055 PrintDocumentInfo documentInfo = printJob.getDocumentInfo(); in doWriteStateLocked() local1056 if (documentInfo != null) { in doWriteStateLocked()1058 serializer.attribute(null, ATTR_NAME, documentInfo.getName()); in doWriteStateLocked()1060 documentInfo.getContentType())); in doWriteStateLocked()1062 documentInfo.getPageCount())); in doWriteStateLocked()1064 documentInfo.getDataSize())); in doWriteStateLocked()
642 RemotePrintDocumentInfo documentInfo = mPrintedDocument.getDocumentInfo(); in updatePrintPreviewController() local643 if (!documentInfo.laidout) { in updatePrintPreviewController()649 getAdjustedPageCount(documentInfo.info), in updatePrintPreviewController()