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

  /frameworks/base/core/java/android/print/
PrinterDiscoverySession.java 222 for (PrinterId oldPrinterId : mPrinters.keySet()) {
223 PrinterInfo updatedPrinter = addedPrintersMap.remove(oldPrinterId);
225 mPrinters.put(oldPrinterId, updatedPrinter);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java     [all...]

Completed in 123 milliseconds