Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java76 private final IPrintDocumentAdapter mPrintDocumentAdapter; field in RemotePrintDocument
99 mPrintDocumentAdapter, mDocumentInfo,
162 mPrintDocumentAdapter = adapter; in RemotePrintDocument()
180 mPrintDocumentAdapter.start(); in start()
217 AsyncCommand command = new LayoutCommand(mLooper, mPrintDocumentAdapter, in update()
236 AsyncCommand command = new WriteCommand(mContext, mLooper, mPrintDocumentAdapter, in update()
268 mPrintDocumentAdapter.finish(); in finish()
313 mPrintDocumentAdapter.kill(reason); in kill()
397 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0); in connectToRemoteDocument()
405 mPrintDocumentAdapter.setObserver(new PrintDocumentAdapterObserver(this)); in connectToRemoteDocument()
[all …]