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

  /cts/tests/tests/print/src/android/print/cts/
PrinterDiscoverySessionLifecycleTest.java 234 List<PrinterId> priorityList = new ArrayList<PrinterId>();
236 priorityList);
252 priorityList.add(firstPrinterId);
254 inOrder.verify(firstSessionCallbacks).onStartPrinterDiscovery(priorityList);
256 inOrder.verify(firstSessionCallbacks).onValidatePrinters(priorityList);
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 308 public void startPrinterDiscovery(List<PrinterId> priorityList) {
310 priorityList).sendToTarget();
313 private void handleStartPrinterDiscovery(final List<PrinterId> priorityList) {
317 if (priorityList != null) {
318 mDiscoveryPriorityList.addAll(priorityList);
325 handleStartPrinterDiscovery(priorityList);
333 mPrintService.startPrinterDiscovery(priorityList);
632 List<PrinterId> priorityList = (ArrayList<PrinterId>) message.obj;
633 handleStartPrinterDiscovery(priorityList);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp     [all...]

Completed in 345 milliseconds