Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A 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()
H A DPrintActivity.java194 private PrintPreviewController mPrintPreviewController;
354 mPrintPreviewController = new PrintPreviewController(PrintActivity.this, in onPrinterRegistryReady()