Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DGetRootDocumentTask.java62 public void finish(@Nullable DocumentInfo documentInfo) { in finish() argument
63 if (documentInfo == null) { in finish()
68 mCallback.accept(documentInfo); in finish()
/aosp12/frameworks/base/core/java/android/print/
H A DPrintFileDocumentAdapter.java69 PrintDocumentInfo documentInfo) { in PrintFileDocumentAdapter() argument
73 if (documentInfo == null) { in PrintFileDocumentAdapter()
78 mDocumentInfo = documentInfo; in PrintFileDocumentAdapter()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
H A DMessageBuilder.java119 for (DocumentInfo documentInfo : docs) { in generateListMessage()
121 documentInfo.displayName)) + "<br>"); in generateListMessage()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java1055 PrintDocumentInfo documentInfo = printJob.getDocumentInfo(); in doWriteStateLocked() local
1056 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()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java641 RemotePrintDocumentInfo documentInfo = mPrintedDocument.getDocumentInfo(); in updatePrintPreviewController() local
642 if (!documentInfo.laidout) { in updatePrintPreviewController()
648 getAdjustedPageCount(documentInfo.info), in updatePrintPreviewController()