Searched refs:PrinterRegistry (Results 1 – 3 of 3) sorted by relevance
34 public class PrinterRegistry { class55 public PrinterRegistry(Activity activity, Runnable readyCallback, int loaderId, in PrinterRegistry() method in PrinterRegistry
104 private PrinterRegistry mPrinterRegistry;134 mPrinterRegistry = new PrinterRegistry(this, null, LOADER_ID_PRINT_REGISTRY, in onCreate()512 … mPrinterRegistry.setOnPrintersChangeListener(new PrinterRegistry.OnPrintersChangeListener() { in DestinationAdapter()
198 private PrinterRegistry mPrinterRegistry;334 mPrinterRegistry = new PrinterRegistry(PrintActivity.this, () -> { in onConnectedToPrintSpooler()2311 implements PrinterRegistry.OnPrintersChangeListener {