Searched defs:selectAll (Results 1 – 4 of 4) sorted by relevance
105 public void selectAll() { in selectAll() method in EditText
93 public static final void selectAll(Spannable text) { in selectAll() method in Selection
628 UiObject selectAll = new UiObject(new UiSelector().descriptionContains("Select all")); in clearTextField() local
1557 private void selectAll() { in selectAll() method in EditStyledText.EditorManager