Searched refs:priorityList (Results 1 – 3 of 3) sorted by relevance
43 public void onStartPrinterDiscovery(List<PrinterId> priorityList) { in onStartPrinterDiscovery() argument45 mCallbacks.onStartPrinterDiscovery(priorityList); in onStartPrinterDiscovery()
35 public abstract void onStartPrinterDiscovery(List<PrinterId> priorityList); in onStartPrinterDiscovery() argument
240 List<PrinterId> priorityList = new ArrayList<PrinterId>(); in testStartPrinterDiscoveryWithHistoricalPrinters() local242 priorityList); in testStartPrinterDiscoveryWithHistoricalPrinters()258 priorityList.add(firstPrinterId); in testStartPrinterDiscoveryWithHistoricalPrinters()260 inOrder.verify(firstSessionCallbacks).onStartPrinterDiscovery(priorityList); in testStartPrinterDiscoveryWithHistoricalPrinters()262 inOrder.verify(firstSessionCallbacks).onValidatePrinters(priorityList); in testStartPrinterDiscoveryWithHistoricalPrinters()