Home
last modified time | relevance | path

Searched defs:noNode (Results 1 – 2 of 2) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java95 UiObject noNode = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/no_node")); in testGetChildCount_throwsUiObjectNotFoundException() local
314 UiObject noNode = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/no_node")); in testClickFamily_throwsUiObjectNotFoundException() local
386 UiObject noNode = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/no_node")); in testTextFamily_throwsUiObjectNotFoundException() local
512 UiObject noNode = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/no_node")); in testAttributeCheckingMethods_throwsUiObjectNotFoundException() local
DUiScrollableTest.java217 UiScrollable noNode = new UiScrollable(new UiSelector().resourceId(TEST_APP + ":id" in testFlingForward() local
252 UiScrollable noNode = new UiScrollable(new UiSelector().resourceId(TEST_APP + ":id" in testFlingBackward() local