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