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()
1499 List<PrinterId> removedPrinterIds = null; in onPrintersRemovedLocked() local1504 if (removedPrinterIds == null) { in onPrintersRemovedLocked()1505 removedPrinterIds = new ArrayList<PrinterId>(); in onPrintersRemovedLocked()1507 removedPrinterIds.add(removedPrinterId); in onPrintersRemovedLocked()1510 if (removedPrinterIds != null) { in onPrintersRemovedLocked()1513 this, removedPrinterIds)); in onPrintersRemovedLocked()1631 List<PrinterId> removedPrinterIds = null; in removePrintersForServiceLocked() local1636 if (removedPrinterIds == null) { in removePrintersForServiceLocked()1637 removedPrinterIds = new ArrayList<PrinterId>(); in removePrintersForServiceLocked()1639 removedPrinterIds.add(printerId); 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()