Searched refs:RemotePrintDocumentInfo (Results 1 – 2 of 2) sorted by relevance
75 private final RemotePrintDocumentInfo mDocumentInfo;166 public void onUpdateCompleted(RemotePrintDocumentInfo document); in onUpdateCompleted()178 mDocumentInfo = new RemotePrintDocumentInfo(); in RemotePrintDocument()367 public RemotePrintDocumentInfo getDocumentInfo() { in getDocumentInfo()529 public static final class RemotePrintDocumentInfo { class in RemotePrintDocument572 protected final RemotePrintDocumentInfo mDocument;584 …public AsyncCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, in AsyncCommand()734 RemotePrintDocumentInfo document, PrintAttributes oldAttributes, in LayoutCommand()1011 RemotePrintDocumentInfo document, int pageCount, PageRange[] pages, in WriteCommand()
96 import com.android.printspooler.model.RemotePrintDocument.RemotePrintDocumentInfo;554 public void onUpdateCompleted(RemotePrintDocumentInfo document) { in onUpdateCompleted()642 RemotePrintDocumentInfo documentInfo = mPrintedDocument.getDocumentInfo(); in updatePrintPreviewController()