Home
last modified time | relevance | path

Searched defs:button (Results 1 – 11 of 11) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUntilTest.java48 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "gone_button")); in testGone() local
59 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "find_button")); in testHasObject() local
70 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "find_button")); in testFindObject() local
81 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "find_button")); in testFindObjects() local
92 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "checked_button")); in testChecked() local
103 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "clickable_button")); in testClickable() local
114 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "enabled_button")); in testEnabled() local
125 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "focusable_button")); in testFocusable() local
136 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "focused_button")); in testFocused() local
147 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "long_clickable_button")); in testLongClickable() local
[all …]
DComposeTest.java47 UiObject2 button = column.scrollUntil(Direction.DOWN, in testEndToEnd() local
DUiObject2Test.java152 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "new_window_button")); in testClickAndWait_conditionAndTimeout() local
290 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testGetClassName() local
357 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testGetDisplayId() local
455 UiObject2 button = mDevice.findObject(By.text("Accessible button")); in testIsClickable() local
486 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testIsFocused() local
522 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "selected_button")); in testIsSelected() local
552 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testLongClick() local
815 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testSetGestureMargin() local
838 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testSetGestureMarginPercentage() local
DUiDeviceTest.java109 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "new_window_button")); in testPerformActionAndWait() local
296 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "notification_button")); in testOpenNotification() local
322 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testClick() local
DUiObjectTest.java341 UiObject button = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/button")); in testGetClassName() local
353 UiObject button = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/button")); in testGetContentDescription() local
450 UiObject button = mDevice.findObject(new UiSelector().text("Accessible button")); in testIsClickable() local
461 UiObject button = mDevice.findObject(resourceId("button")); in testIsFocused() local
DMultiDisplayTest.java86 UiObject2 button = mDevice.findObject( in testMultiDisplay_click() local
DUiAutomatorTestScopeTest.kt116 val button = in <lambda>() constant
DUiSelectorTest.java227 UiObject button = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/button")); in testFocused() local
/test/uiautomator/integration-tests/testapp/src/main/java/androidx/test/uiautomator/testapp/
DLongClickTestActivity.java32 Button button = findViewById(R.id.button); in onCreate() local
DUiDeviceTestClickActivity.java35 Button button = (Button) findViewById(R.id.button); in onCreate() local
DMarginTestActivity.java35 Button button = (Button) findViewById(R.id.button); in onCreate() local