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.java79 private final IPrintDocumentAdapter mPrintDocumentAdapter; field in RemotePrintDocument
103 mPrintDocumentAdapter, mDocumentInfo,
169 mPrintDocumentAdapter = adapter; in RemotePrintDocument()
192 mPrintDocumentAdapter.start(); in start()
230 AsyncCommand command = new LayoutCommand(mLooper, mPrintDocumentAdapter, in update()
250 AsyncCommand command = new WriteCommand(mContext, mLooper, mPrintDocumentAdapter, in update()
283 mPrintDocumentAdapter.finish(); in finish()
326 mPrintDocumentAdapter.kill(reason); in kill()
410 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0); in connectToRemoteDocument()
418 mPrintDocumentAdapter.setObserver(new PrintDocumentAdapterObserver(this)); in connectToRemoteDocument()
[all …]