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
103 private PrinterRegistry mPrinterRegistry;133 mPrinterRegistry = new PrinterRegistry(this, null, LOADER_ID_PRINT_REGISTRY, in onCreate()512 … mPrinterRegistry.setOnPrintersChangeListener(new PrinterRegistry.OnPrintersChangeListener() { in DestinationAdapter()
199 private PrinterRegistry mPrinterRegistry;335 mPrinterRegistry = new PrinterRegistry(PrintActivity.this, () -> { in onConnectedToPrintSpooler()2312 implements PrinterRegistry.OnPrintersChangeListener {