HomeSort by relevance Sort by last modified time
    Searched refs:mPrinterRegistry (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
SelectPrinterActivity.java 86 private PrinterRegistry mPrinterRegistry;
105 mPrinterRegistry = new PrinterRegistry(this, null, LOADER_ID_PRINT_REGISTRY,
255 if (mPrinterRegistry.isFavoritePrinter(printer.getId())) {
275 mPrinterRegistry.forgetFavoritePrinter(printerId);
384 mPrinterRegistry.setOnPrintersChangeListener(new PrinterRegistry.OnPrintersChangeListener() {
PrintActivity.java 179 private PrinterRegistry mPrinterRegistry;
294 mPrinterRegistry = new PrinterRegistry(PrintActivity.this, () -> {
355 if (mPrinterRegistry != null && mCurrentPrinter != null) {
356 mPrinterRegistry.setTrackedPrinter(mCurrentPrinter.getId());
407 if (mPrinterRegistry != null) {
408 mPrinterRegistry.setTrackedPrinter(null);
    [all...]

Completed in 797 milliseconds