Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java225 UiObject expectedButton1 = mDevice.findObject( in testClick() local
230 assertTrue(expectedButton1.waitForExists(TIMEOUT_MS)); in testClick()