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.java644 ArrayList<PrinterId> printerIdsToRemove = new ArrayList<>(); in addRemovePrinters() local
645 printerIdsToRemove.add(printer1.getId()); in addRemovePrinters()
646 runOnMainThread(() -> session[0].removePrinters(printerIdsToRemove)); in addRemovePrinters()
649 printerIdsToRemove.add(printer2.getId()); in addRemovePrinters()
650 printerIdsToRemove.add(printer3.getId()); in addRemovePrinters()
651 runOnMainThread(() -> session[0].removePrinters(printerIdsToRemove)); in addRemovePrinters()