Searched refs:removedPrinterIds (Results 1 – 3 of 3) sorted by relevance
241 List<PrinterId> removedPrinterIds = new ArrayList<PrinterId>(); in removePrinters() local246 removedPrinterIds.add(removedPrinterId); in removePrinters()251 if (!removedPrinterIds.isEmpty()) { in removePrinters()254 removedPrinterIds)); in removePrinters()303 List<PrinterId> removedPrinterIds = null; in sendOutOfDiscoveryPeriodPrinterChanges() local306 if (removedPrinterIds == null) { in sendOutOfDiscoveryPeriodPrinterChanges()307 removedPrinterIds = new ArrayList<PrinterId>(); in sendOutOfDiscoveryPeriodPrinterChanges()309 removedPrinterIds.add(sentPrinter.getId()); in sendOutOfDiscoveryPeriodPrinterChanges()314 if (removedPrinterIds != null) { in sendOutOfDiscoveryPeriodPrinterChanges()316 mObserver.onPrintersRemoved(new ParceledListSlice<PrinterId>(removedPrinterIds)); in sendOutOfDiscoveryPeriodPrinterChanges()
1500 List<PrinterId> removedPrinterIds = null; in onPrintersRemovedLocked() local1505 if (removedPrinterIds == null) { in onPrintersRemovedLocked()1508 removedPrinterIds.add(removedPrinterId); in onPrintersRemovedLocked()1511 if (removedPrinterIds != null) { in onPrintersRemovedLocked()1514 this, removedPrinterIds)); in onPrintersRemovedLocked()1632 List<PrinterId> removedPrinterIds = null; in removePrintersForServiceLocked() local1637 if (removedPrinterIds == null) { in removePrintersForServiceLocked()1640 removedPrinterIds.add(printerId); in removePrintersForServiceLocked()1643 if (removedPrinterIds != null) { in removePrintersForServiceLocked()1646 mPrinters.remove(removedPrinterIds.get(i)); in removePrintersForServiceLocked()[all …]
818 List<PrinterId> removedPrinterIds = (List<PrinterId>) printerIds.getList(); in onPrintersRemoved() local819 throwIfPrinterIdsTampered(service.mComponentName, removedPrinterIds); in onPrintersRemoved()822 service.mCallbacks.onPrintersRemoved(removedPrinterIds); in onPrintersRemoved()