Searched refs:mPrinterRegistry (Results 1 – 2 of 2) sorted by relevance
104 private PrinterRegistry mPrinterRegistry; field in SelectPrinterActivity134 mPrinterRegistry = new PrinterRegistry(this, null, LOADER_ID_PRINT_REGISTRY, in onCreate()306 if (mPrinterRegistry.isFavoritePrinter(printer.getId())) { in onCreateContextMenu()325 mPrinterRegistry.forgetFavoritePrinter(printerId); in onContextItemSelected()512 … mPrinterRegistry.setOnPrintersChangeListener(new PrinterRegistry.OnPrintersChangeListener() { in DestinationAdapter()
198 private PrinterRegistry mPrinterRegistry; field in PrintActivity334 mPrinterRegistry = new PrinterRegistry(PrintActivity.this, () -> { in onConnectedToPrintSpooler()395 if (mPrinterRegistry != null && mCurrentPrinter != null) { in onStart()396 mPrinterRegistry.setTrackedPrinter(mCurrentPrinter.getId()); in onStart()454 if (mPrinterRegistry != null) { in onStop()455 mPrinterRegistry.setTrackedPrinter(null); in onStop()1282 mPrinterRegistry.addHistoricalPrinter(mCurrentPrinter); in addCurrentPrinterToHistory()2157 if (mPrinterRegistry != null) { in doFinish()2158 mPrinterRegistry.setTrackedPrinter(null); in doFinish()2159 mPrinterRegistry.setOnPrintersChangeListener(null); in doFinish()[all …]