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

  /cts/tests/tests/print/src/android/print/cts/
PrinterDiscoverySessionLifecycleTest.java 333 List<PrinterId> priorityList = new ArrayList<PrinterId>();
335 priorityList);
351 priorityList.add(firstPrinterId);
353 inOrder.verify(firstSessionCallbacks).onStartPrinterDiscovery(priorityList);
355 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);
455 return priorityList;
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 322 public void startPrinterDiscovery(List<PrinterId> priorityList) {
324 priorityList).sendToTarget();
327 private void handleStartPrinterDiscovery(final List<PrinterId> priorityList) {
331 if (priorityList != null) {
332 mDiscoveryPriorityList.addAll(priorityList);
339 handleStartPrinterDiscovery(priorityList);
347 mPrintService.startPrinterDiscovery(priorityList);
663 List<PrinterId> priorityList = (ArrayList<PrinterId>) message.obj;
664 handleStartPrinterDiscovery(priorityList);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp     [all...]

Completed in 276 milliseconds