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,
174 mPrintDocumentAdapter = adapter; in RemotePrintDocument()
197 mPrintDocumentAdapter.start(); in start()
241 AsyncCommand command = new LayoutCommand(mLooper, mPrintDocumentAdapter, in update()
261 AsyncCommand command = new WriteCommand(mContext, mLooper, mPrintDocumentAdapter, in update()
294 mPrintDocumentAdapter.finish(); in finish()
337 mPrintDocumentAdapter.kill(reason); in kill()
421 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0); in connectToRemoteDocument()
429 mPrintDocumentAdapter.setObserver(new PrintDocumentAdapterObserver(this)); in connectToRemoteDocument()
[all …]