Searched refs:mUiDevice (Results 1 – 2 of 2) sorted by relevance
92 private UiDevice mUiDevice; field in BasePrintTest100 return mUiDevice; in getUiDevice()170 mUiDevice = UiDevice.getInstance(getInstrumentation()); in setUp()401 UiObject destinationSpinner = mUiDevice.findObject(new UiSelector().resourceId( in selectPrinter()414 UiObject printerOption = mUiDevice in selectPrinter()455 UiObject orientationSpinner = mUiDevice.findObject(new UiSelector().resourceId( in changeOrientation()458 UiObject orientationOption = mUiDevice.findObject(new UiSelector().text(orientation)); in changeOrientation()468 UiObject orientationSpinner = mUiDevice.findObject(new UiSelector().resourceId( in getOrientation()479 UiObject mediaSizeSpinner = mUiDevice.findObject(new UiSelector().resourceId( in changeMediaSize()482 UiObject mediaSizeOption = mUiDevice.findObject(new UiSelector().text(mediaSize)); in changeMediaSize()[all …]
77 private UiDevice mUiDevice; field in DeviceAdminUninstallTest95 mUiDevice = UiDevice.getInstance(mInstrumentation); in setUp()158 UiObject uninstallButton = mUiDevice.findObject(UNINSTALL_BUTTON_SELECTOR); in automateUninstallThroughUi()160 UiObject deactivateButton = mUiDevice.findObject(DEACTIVATE_AND_UNINSTALL_BUTTON_SELECTOR); in automateUninstallThroughUi()161 UiObject okButton = mUiDevice.findObject(OK_BUTTON_SELECTOR); in automateUninstallThroughUi()163 mUiDevice.wait(Until.hasObject(UNINSTALL_BUTTON_BYSELECTOR), WAIT_FOR_ACTIVITY_TIMEOUT); in automateUninstallThroughUi()204 mUiDevice.pressHome(); in tearDown()