Searched refs:onText (Results 1 – 6 of 6) sorted by relevance
73 final int onText = R.string.main_clear_progress_text; in cycleChecked_customLabel_shouldUpdateTextAndBackground() local76 mBar.setSwitchBarText(onText, offText); in cycleChecked_customLabel_shouldUpdateTextAndBackground()84 .isEqualTo(mContext.getString(onText)); in cycleChecked_customLabel_shouldUpdateTextAndBackground()89 final String onText = mContext.getString( in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground() local95 mBar.setSwitchBarText(onText, offText); in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground()102 assertThat(switchBarTextView.getText()).isEqualTo(onText); in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground()
46 void onText(String key, String text); in onText() method154 listener.onText(key, action.getTitle().toString()); in onGuidedActionEditedAndProceed()
120 public void onText(String key, String text) { in onText() method in BluetoothActionActivity
190 public void setSwitchBarText(String onText, String offText) { in setSwitchBarText() argument191 mOnText = onText; in setSwitchBarText()
369 public void onText(CharSequence text) {419 public void onText(CharSequence text) {
115 void onText(CharSequence text); in onText() method947 mKeyboardActionListener.onText(key.text); in detectAndSendKey()