Home
last modified time | relevance | path

Searched refs:printerIdsToRemove (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/print/src/android/print/cts/
DPrinterDiscoverySessionLifecycleTest.java620 ArrayList<PrinterId> printerIdsToRemove = new ArrayList<>(); in addRemovePrinters() local
621 printerIdsToRemove.add(printer1.getId()); in addRemovePrinters()
622 runOnMainThread(() -> session[0].removePrinters(printerIdsToRemove)); in addRemovePrinters()
625 printerIdsToRemove.add(printer2.getId()); in addRemovePrinters()
626 printerIdsToRemove.add(printer3.getId()); in addRemovePrinters()
627 runOnMainThread(() -> session[0].removePrinters(printerIdsToRemove)); in addRemovePrinters()