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.java869 boolean showBcc = !TextUtils.isEmpty(mBcc.getText()) || (savedInstanceState != null && in finishSetup()
871 mCcBccView.show(false /* animate */, showCc, showBcc); in finishSetup()
3506 boolean showBcc = false;
3510 showBcc = !TextUtils.isEmpty(mDraft.getBcc());
3513 showCc = showBcc
3518 showBcc = !TextUtils.isEmpty(mBcc.getText());
3520 mCcBccView.show(false /* animate */, showCc, showBcc);