Searched refs:priorityList (Results 1 – 3 of 3) sorted by relevance
45 public void onStartPrinterDiscovery(List<PrinterId> priorityList) { in onStartPrinterDiscovery() argument47 mCallbacks.onStartPrinterDiscovery(priorityList); in onStartPrinterDiscovery()
37 public abstract void onStartPrinterDiscovery(List<PrinterId> priorityList); in onStartPrinterDiscovery() argument
333 List<PrinterId> priorityList = new ArrayList<PrinterId>(); in testStartPrinterDiscoveryWithHistoricalPrinters() local335 priorityList); in testStartPrinterDiscoveryWithHistoricalPrinters()351 priorityList.add(firstPrinterId); in testStartPrinterDiscoveryWithHistoricalPrinters()353 inOrder.verify(firstSessionCallbacks).onStartPrinterDiscovery(priorityList); in testStartPrinterDiscoveryWithHistoricalPrinters()355 inOrder.verify(firstSessionCallbacks).onValidatePrinters(priorityList); in testStartPrinterDiscoveryWithHistoricalPrinters()