Searched refs:updateCheckedState (Results 1 – 5 of 5) sorted by relevance
167 updateCheckedState(mQuotedTextCheckBox.isChecked()); in onClick()176 public void updateCheckedState(boolean checked) { in updateCheckedState() method in QuotedTextView205 updateCheckedState(false); in respondInline()
910 mQuotedTextView.updateCheckedState(showQuotedText); in updateHideOrShowQuotedText()
119 updateCheckedState(selectedKey); in onRadioButtonClicked()123 private void updateCheckedState(String selectedKey) { in updateCheckedState() method in NetworkScorerPicker
108 updateCheckedState(selectedKey); in onRadioButtonConfirmed()168 public void updateCheckedState(String selectedKey) { in updateCheckedState() method in RadioButtonPickerFragment
98 doNothing().when(mPicker).updateCheckedState(any()); in setUp()146 verify(mPicker, times(1)).updateCheckedState(DEFAULT_PACKAGE_NAME); in testSuccessfulClickChangesProvider()