Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DCcBccView.java49 public void show(boolean animate, boolean showCc, boolean showBcc) { in show() argument
52 mBcc.setVisibility(showBcc ? View.VISIBLE : View.GONE); in show()
59 if (showBcc) { in show()
DComposeActivity.java889 boolean showBcc = !TextUtils.isEmpty(mBcc.getText()) || (savedInstanceState != null && in finishSetup()
891 mCcBccView.show(false /* animate */, showCc, showBcc); in finishSetup()
3544 boolean showBcc = false;
3548 showBcc = !TextUtils.isEmpty(mDraft.getBcc());
3551 showCc = showBcc
3556 showBcc = !TextUtils.isEmpty(mBcc.getText());
3558 mCcBccView.show(false /* animate */, showCc, showBcc);