Home
last modified time | relevance | path

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

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java501 UiObject nonLongClickableButton = mDevice.findObject( in testIsLongClickable() local
505 assertFalse(nonLongClickableButton.isLongClickable()); in testIsLongClickable()
DUiObject2Test.java499 UiObject2 nonLongClickableButton = mDevice.findObject(By.res(TEST_APP, in testIsLongClickable() local
501 assertFalse(nonLongClickableButton.isLongClickable()); in testIsLongClickable()