Searched refs:mMessageView (Results 1 – 3 of 3) sorted by relevance
51 private EditText mMessageView; field in MessageComposeInstrumentationTests138 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 …]
62 private TextView mMessageView; field in AccountSetupCheckSettings83 mMessageView = (TextView)findViewById(R.id.message); in onCreate()200 mMessageView.setText(getString(resId)); in setMessage()
77 TextView mMessageView = (TextView) window in onCreate() local88 mMessageView.setText(mTextMsg.text); in onCreate()