Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java44 class PrintPreviewController implements MutexFileProvider.OnReleaseRequestCallback, class
64 public PrintPreviewController(PrintActivity activity, MutexFileProvider fileProvider) { in PrintPreviewController() method in PrintPreviewController
264 File file = mFileProvider.acquireFile(PrintPreviewController.this); in handleMessage()
DPrintActivity.java195 private PrintPreviewController mPrintPreviewController;
355 mPrintPreviewController = new PrintPreviewController(PrintActivity.this, in onPrinterRegistryReady()