Searched defs:selectAll (Results 1 – 4 of 4) sorted by relevance
116 val selectAll = SettingsDropdownCheckOption("All", isSelectAll = true) in dropdownCheckBox_withSelectAll() constant
204 public void selectAll() { in selectAll() method in EditText
635 UiObject selectAll = new UiObject(new UiSelector().descriptionContains("Select all")); in clearTextField() local
161 public static final void selectAll(Spannable text) { in selectAll() method in Selection