OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:focusablecheckbox
(Results
1 - 1
of
1
) sorted by null
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java
477
UiSelector
focusableCheckbox
= mainLayout.childSelector(new UiSelector().className(
482
assertTrue("Selector focusable", new UiObject(
focusableCheckbox
).isFocusable());
[
all
...]
Completed in 148 milliseconds