HomeSort by relevance Sort by last modified time
    Searched full:historicalprinter (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
FusedPrintersProvider.java 642 PrinterInfo historicalPrinter = mHistoricalPrinters.get(i).first;
644 if (!historicalPrinter.getId().equals(printer.getId())) {
650 if (historicalPrinter.equalsIgnoringStatus(printer)) {
660 if (!historicalPrinter.getName().equals(printer.getName())) {
661 if (Objects.equals(historicalPrinter.getDescription(),
689 PrinterInfo historicalPrinter = mHistoricalPrinters.get(i).first;
690 if (historicalPrinter.getId().equals(printerId)) {
    [all...]

Completed in 306 milliseconds