Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java315 private TextView mFromStaticText; field in ComposeActivity
1262 mFromStaticText.setText(mReplyFromAccount.address); in initFromSpinner()
1266 mFromStaticText.setText(mReplyFromAccount.address); in initFromSpinner()
1398 mFromStaticText = (TextView) findViewById(R.id.from_account_name); in findViews()