Searched refs:yesButton (Results 1 – 2 of 2) sorted by relevance
106 UiObject2 yesButton = sDevice.wait(Until.findObject(YES_BUTTON), 100); in beforeTest() local107 if (yesButton != null) { in beforeTest()109 yesButton.click(); in beforeTest()133 UiObject2 yesButton = sDevice.wait(Until.findObject(YES_BUTTON), 1000); in afterTest() local134 if (yesButton != null) { in afterTest()136 yesButton.click(); in afterTest()
182 Button yesButton = (Button) findViewById(R.id.button_yes); in onCreate() local187 yesButton.setOnClickListener(this); in onCreate()