Home
last modified time | relevance | path

Searched refs:mMessageView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/activity/
DMessageComposeInstrumentationTests.java51 private EditText mMessageView; field in MessageComposeInstrumentationTests
138 mMessageView = (EditText) a.findViewById(R.id.message_content); in setUp()
163 assertNotNull(mMessageView); in testPreconditions()
164 assertEquals(0, mMessageView.length()); in testPreconditions()
187 checkFocused(mMessageView); in testProcessSourceMessageReply()
199 checkFocused(mMessageView); in testProcessSourceMessageReply()
218 checkFocused(mMessageView); in testProcessSourceMessageReplyUtf16()
230 checkFocused(mMessageView); in testProcessSourceMessageReplyUtf16()
249 checkFocused(mMessageView); in testProcessSourceMessageReplyUtf32()
261 checkFocused(mMessageView); in testProcessSourceMessageReplyUtf32()
[all …]
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupCheckSettings.java62 private TextView mMessageView; field in AccountSetupCheckSettings
83 mMessageView = (TextView)findViewById(R.id.message); in onCreate()
200 mMessageView.setText(getString(resId)); in setMessage()
/packages/apps/Stk/src/com/android/stk/
DStkDialogActivity.java77 TextView mMessageView = (TextView) window in onCreate() local
88 mMessageView.setText(mTextMsg.text); in onCreate()