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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DCcBccView.java49 public void show(boolean animate, boolean showCc, boolean showBcc) { argument
52 mBcc.setVisibility(showBcc ? View.VISIBLE : View.GONE);
59 if (showBcc) {

Completed in 63 milliseconds