Home
last modified time | relevance | path

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

/platform_testing/tests/functional/calculator/src/com/android/calculator/functional/
DCalculatorHelper.java66 UiObject2 button = mDevice.wait( in clickButton() local
69 Assert.assertNotNull("Element not found or pressed", button); in clickButton()
70 button.click(); in clickButton()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java695 UiObject2 button = findSettingInRow( in selectRestrictedProfile() local
698 if (button == null) { in selectRestrictedProfile()