Searched refs:mPrintDocumentAdapter (Results 1 – 1 of 1) sorted by relevance
76 private final IPrintDocumentAdapter mPrintDocumentAdapter; field in RemotePrintDocument99 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 …]