Searched defs:mCcBccButton (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java240 private Button mCcBccButton; field in class:ComposeActivity
1120 mCcBccButton = (Button) findViewById(R.id.add_cc_bcc);
1121 if (mCcBccButton != null) {
1122 mCcBccButton.setOnClickListener(this);
1656 if (mCcBccButton != null) {
1658 mCcBccButton.setVisibility(View.VISIBLE);
1659 mCcBccButton.setText(getString(!ccVisible ? R.string.add_cc_label
1662 mCcBccButton.setVisibility(View.INVISIBLE);
2951 if (mCcBccButton != null) {
2952 mCcBccButton
[all...]

Completed in 23 milliseconds