HomeSort by relevance Sort by last modified time
    Searched defs:priorityList (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/print/src/android/print/cts/
PrinterDiscoverySessionLifecycleTest.java 537 List<PrinterId> priorityList = new ArrayList<>();
539 priorityList);
555 priorityList.add(firstPrinterId);
557 inOrder.verify(firstSessionCallbacks).onStartPrinterDiscovery(priorityList);
559 inOrder.verify(firstSessionCallbacks).onValidatePrinters(priorityList);
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewDisplay.java 50 private ExtendedListBox priorityList = new ExtendedListBox();
209 priorityPanel.add(priorityList);
439 return priorityList;

Completed in 253 milliseconds