Home
last modified time | relevance | path

Searched refs:destinationSpinner (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/print/src/android/print/cts/
DPrinterInfoTest.java346 UiObject destinationSpinner = getUiDevice().findObject(new UiSelector().resourceId( in printerInfos() local
348 destinationSpinner.click(); in printerInfos()
DPrintServicesTest.java394 UiObject destinationSpinner = UiDevice.getInstance(getInstrumentation())
397 destinationSpinner.click();
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java600 UiObject2 destinationSpinner = uiDevice.wait(Until.findObject( in selectPrinter() local
603 if (destinationSpinner != null) { in selectPrinter()
604 destinationSpinner.click(); in selectPrinter()