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/
PrintActivity.java 199 private PrinterRegistry mPrinterRegistry;
335 mPrinterRegistry = new PrinterRegistry(PrintActivity.this, () -> {
396 if (mPrinterRegistry != null && mCurrentPrinter != null) {
397 mPrinterRegistry.setTrackedPrinter(mCurrentPrinter.getId());
455 if (mPrinterRegistry != null) {
456 mPrinterRegistry.setTrackedPrinter(null);
    [all...]
SelectPrinterActivity.java 103 private PrinterRegistry mPrinterRegistry;
133 mPrinterRegistry = new PrinterRegistry(this, null, LOADER_ID_PRINT_REGISTRY,
305 if (mPrinterRegistry.isFavoritePrinter(printer.getId())) {
325 mPrinterRegistry.forgetFavoritePrinter(printerId);
512 mPrinterRegistry.setOnPrintersChangeListener(new PrinterRegistry.OnPrintersChangeListener() {

Completed in 85 milliseconds