Searched refs:removedPrinterIds (Results 1 – 3 of 3) sorted by relevance
239 List<PrinterId> removedPrinterIds = new ArrayList<PrinterId>(); in removePrinters() local244 removedPrinterIds.add(removedPrinterId); in removePrinters()249 if (!removedPrinterIds.isEmpty()) { in removePrinters()252 removedPrinterIds)); in removePrinters()301 List<PrinterId> removedPrinterIds = null; in sendOutOfDiscoveryPeriodPrinterChanges() local304 if (removedPrinterIds == null) { in sendOutOfDiscoveryPeriodPrinterChanges()305 removedPrinterIds = new ArrayList<PrinterId>(); in sendOutOfDiscoveryPeriodPrinterChanges()307 removedPrinterIds.add(sentPrinter.getId()); in sendOutOfDiscoveryPeriodPrinterChanges()312 if (removedPrinterIds != null) { in sendOutOfDiscoveryPeriodPrinterChanges()314 mObserver.onPrintersRemoved(new ParceledListSlice<PrinterId>(removedPrinterIds)); in sendOutOfDiscoveryPeriodPrinterChanges()
1170 List<PrinterId> removedPrinterIds = null; in onPrintersRemovedLocked() local1175 if (removedPrinterIds == null) { in onPrintersRemovedLocked()1176 removedPrinterIds = new ArrayList<PrinterId>(); in onPrintersRemovedLocked()1178 removedPrinterIds.add(removedPrinterId); in onPrintersRemovedLocked()1181 if (removedPrinterIds != null) { in onPrintersRemovedLocked()1183 removedPrinterIds).sendToTarget(); in onPrintersRemovedLocked()1280 List<PrinterId> removedPrinterIds = null; in removePrintersForServiceLocked() local1285 if (removedPrinterIds == null) { in removePrintersForServiceLocked()1286 removedPrinterIds = new ArrayList<PrinterId>(); in removePrintersForServiceLocked()1288 removedPrinterIds.add(printerId); in removePrintersForServiceLocked()[all …]
770 List<PrinterId> removedPrinterIds = (List<PrinterId>) printerIds.getList(); in onPrintersRemoved() local771 throwIfPrinterIdsTampered(service.mComponentName, removedPrinterIds); in onPrintersRemoved()774 service.mCallbacks.onPrintersRemoved(removedPrinterIds); in onPrintersRemoved()