Searched refs:mSubjectTextEditor (Results 1 – 2 of 2) sorted by relevance
53 private EditText mSubjectTextEditor; // Text editor for MMS subject field in LongThreadTest71 mSubjectTextEditor = (EditText)a.findViewById(R.id.subject); in setUp()319 mSubjectTextEditor.setText(generateMessage());
234 private EditText mSubjectTextEditor; // Text editor for MMS subject field in ComposeMessageActivity364 if ((keyCode == KeyEvent.KEYCODE_DEL) && (mSubjectTextEditor.length() == 0)) {1706 if (mSubjectTextEditor == null) { in showSubjectEditor()1712 mSubjectTextEditor = (EditText)findViewById(R.id.subject); in showSubjectEditor()1715 mSubjectTextEditor.setOnKeyListener(show ? mSubjectKeyListener : null); in showSubjectEditor()1718 mSubjectTextEditor.addTextChangedListener(mSubjectEditorWatcher); in showSubjectEditor()1720 mSubjectTextEditor.removeTextChangedListener(mSubjectEditorWatcher); in showSubjectEditor()1723 mSubjectTextEditor.setText(mWorkingMessage.getSubject()); in showSubjectEditor()1724 mSubjectTextEditor.setVisibility(show ? View.VISIBLE : View.GONE); in showSubjectEditor()2060 if (mSubjectTextEditor != null) { in onKeyboardStateChanged()[all …]