Searched refs:RemotePrintDocumentInfo (Results 1 – 2 of 2) sorted by relevance
76 private final RemotePrintDocumentInfo mDocumentInfo;167 public void onUpdateCompleted(RemotePrintDocumentInfo document); in onUpdateCompleted()179 mDocumentInfo = new RemotePrintDocumentInfo(); in RemotePrintDocument()368 public RemotePrintDocumentInfo getDocumentInfo() { in getDocumentInfo()535 public static final class RemotePrintDocumentInfo { class in RemotePrintDocument578 protected final RemotePrintDocumentInfo mDocument;590 …public AsyncCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, in AsyncCommand()740 RemotePrintDocumentInfo document, PrintAttributes oldAttributes, in LayoutCommand()1017 RemotePrintDocumentInfo document, int pageCount, PageRange[] pages, in WriteCommand()
95 import com.android.printspooler.model.RemotePrintDocument.RemotePrintDocumentInfo;553 public void onUpdateCompleted(RemotePrintDocumentInfo document) { in onUpdateCompleted()641 RemotePrintDocumentInfo documentInfo = mPrintedDocument.getDocumentInfo(); in updatePrintPreviewController()