Searched refs:selectAll (Results 1 – 14 of 14) sorted by relevance
116 val selectAll = SettingsDropdownCheckOption("All", isSelectAll = true) in dropdownCheckBox_withSelectAll() constant122 options = listOf(selectAll, item1, item2), in dropdownCheckBox_withSelectAll()127 composeTestRule.onOption(selectAll).performClick() in dropdownCheckBox_withSelectAll()129 composeTestRule.onDropdownBox(selectAll.text).assertIsDisplayed() in dropdownCheckBox_withSelectAll()
204 public void selectAll() { in selectAll() method in EditText205 Selection.selectAll(getText()); in selectAll()
766 mInputText.selectAll(); in NumberPicker()
3293 menuItemOrderSelectAll, com.android.internal.R.string.selectAll) in onCreateContextMenu()4750 com.android.internal.R.string.selectAll) in updateSelectAllItem()
14970 static final int ID_SELECT_ALL = android.R.id.selectAll;
108 if (id == android.R.id.selectAll || id == android.R.id.replaceText) { in onTextContextMenuItem()
635 UiObject selectAll = new UiObject(new UiSelector().descriptionContains("Select all")); in clearTextField() local636 if(selectAll.waitForExists(50)) in clearTextField()637 selectAll.click(); in clearTextField()
528 mActivity.getString(com.android.internal.R.string.selectAll)); in testToolbarAndInsertionHandle()544 mActivity.getString(com.android.internal.R.string.selectAll)); in testToolbarAndSelectionHandle()560 mActivity.getString(com.android.internal.R.string.selectAll)); in testToolbarAndSelectionHandle()977 mActivity.getString(com.android.internal.R.string.selectAll)); in testSetSelectionAndActionMode()986 mActivity.getString(com.android.internal.R.string.selectAll)); in testSetSelectionAndActionMode()
160 public static final void selectAll(Spannable text) { in selectAll() method in Selection
237 mSearchAutoComplete.selectAll(); in doShow()
168 private static final int ID_SELECT_ALL = android.R.id.selectAll;1557 private void selectAll() { in selectAll() method in EditStyledText.EditorManager1558 Selection.selectAll(mEST.getText()); in selectAll()3092 mManager.selectAll(); in doNotSelected()
1705 field public static final int selectAll = 16908319; // 0x102001f1816 field public static final int selectAll = 17039373; // 0x104000d29796 method public static final void selectAll(android.text.Spannable);37298 method public void selectAll();
2431 field public static final int selectAll = 16908319; // 0x102001f2551 field public static final int selectAll = 17039373; // 0x104000d47963 method public static final void selectAll(android.text.Spannable);59167 method public void selectAll();
77395 Lcom/android/internal/R$id;->selectAll:I78891 Lcom/android/internal/R$string;->selectAll:I