OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buttonenabled
(Results
1 - 1
of
1
) sorted by null
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java
517
UiSelector
buttonEnabled
= mainLayout.childSelector(new UiSelector().className(
521
assertTrue("Selector enabled true", new UiObject(
buttonEnabled
).isEnabled());
[
all
...]
Completed in 125 milliseconds