Searched refs:RemotePrintDocumentInfo (Results 1 – 2 of 2) sorted by relevance
75 private final RemotePrintDocumentInfo mDocumentInfo;161 public void onUpdateCompleted(RemotePrintDocumentInfo document); in onUpdateCompleted()173 mDocumentInfo = new RemotePrintDocumentInfo(); in RemotePrintDocument()356 public RemotePrintDocumentInfo getDocumentInfo() { in getDocumentInfo()518 public static final class RemotePrintDocumentInfo { class in RemotePrintDocument558 protected final RemotePrintDocumentInfo mDocument;570 …public AsyncCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, in AsyncCommand()738 RemotePrintDocumentInfo document, PrintAttributes oldAttributes, in LayoutCommand()1015 RemotePrintDocumentInfo document, int pageCount, PageRange[] pages, in WriteCommand()
97 import com.android.printspooler.model.RemotePrintDocument.RemotePrintDocumentInfo;529 public void onUpdateCompleted(RemotePrintDocumentInfo document) { in onUpdateCompleted()617 RemotePrintDocumentInfo documentInfo = mPrintedDocument.getDocumentInfo(); in updatePrintPreviewController()