Home
last modified time | relevance | path

Searched defs:removedPrinterIds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/printservice/
DPrinterDiscoverySession.java241 List<PrinterId> removedPrinterIds = new ArrayList<PrinterId>(); in removePrinters() local
303 List<PrinterId> removedPrinterIds = null; in sendOutOfDiscoveryPeriodPrinterChanges() local
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java1500 List<PrinterId> removedPrinterIds = null; in onPrintersRemovedLocked() local
1632 List<PrinterId> removedPrinterIds = null; in removePrintersForServiceLocked() local
1663 private void handleDispatchPrintersRemoved(List<PrinterId> removedPrinterIds) { in handleDispatchPrintersRemoved()
DRemotePrintService.java818 List<PrinterId> removedPrinterIds = (List<PrinterId>) printerIds.getList(); in onPrintersRemoved() local