Searched refs:mSubjectTextEditor (Results 1 – 2 of 2) sorted by relevance
273 private EditText mSubjectTextEditor; // Text editor for MMS subject field in ComposeMessageActivity522 if ((keyCode == KeyEvent.KEYCODE_DEL) && (mSubjectTextEditor.length() == 0)) {1885 if (mSubjectTextEditor == null) { in showSubjectEditor()1891 mSubjectTextEditor = (EditText)findViewById(R.id.subject); in showSubjectEditor()1892 mSubjectTextEditor.setFilters(new InputFilter[] { in showSubjectEditor()1896 mSubjectTextEditor.setOnKeyListener(show ? mSubjectKeyListener : null); in showSubjectEditor()1899 mSubjectTextEditor.addTextChangedListener(mSubjectEditorWatcher); in showSubjectEditor()1901 mSubjectTextEditor.removeTextChangedListener(mSubjectEditorWatcher); in showSubjectEditor()1904 mSubjectTextEditor.setText(mWorkingMessage.getSubject()); in showSubjectEditor()1905 mSubjectTextEditor.setVisibility(show ? View.VISIBLE : View.GONE); in showSubjectEditor()[all …]
56 private EditText mSubjectTextEditor; // Text editor for MMS subject field in LongThreadTest82 mSubjectTextEditor = (EditText)mActivity.findViewById(R.id.subject); in setUp()394 mSubjectTextEditor.setText(generateMessage());