Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintFileDocumentAdapter.java67 PrintDocumentInfo documentInfo) { in PrintFileDocumentAdapter() argument
71 if (documentInfo == null) { in PrintFileDocumentAdapter()
76 mDocumentInfo = documentInfo; in PrintFileDocumentAdapter()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DOperationDialogFragment.java114 for (DocumentInfo documentInfo : srcList) { in onCreateDialog()
115 list.append(String.format("&#8226; %s<br>", Html.escapeHtml(documentInfo.displayName))); in onCreateDialog()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java1010 PrintDocumentInfo documentInfo = printJob.getDocumentInfo(); in doWriteStateLocked() local
1011 if (documentInfo != null) { in doWriteStateLocked()
1013 serializer.attribute(null, ATTR_NAME, documentInfo.getName()); in doWriteStateLocked()
1015 documentInfo.getContentType())); in doWriteStateLocked()
1017 documentInfo.getPageCount())); in doWriteStateLocked()
1019 documentInfo.getDataSize())); in doWriteStateLocked()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java590 RemotePrintDocumentInfo documentInfo = mPrintedDocument.getDocumentInfo(); in updatePrintPreviewController() local
591 if (!documentInfo.laidout) { in updatePrintPreviewController()
597 getAdjustedPageCount(documentInfo.info), in updatePrintPreviewController()