Home
last modified time | relevance | path

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

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