Searched refs:bccAddress (Results 1 – 1 of 1) sorted by relevance
809 String toAddress, ccAddress, bccAddress; in getRecipientNameEmail() local812 bccAddress = c.getString(fi.mMessageColBccAddress); in getRecipientNameEmail()850 if (bccAddress != null) { in getRecipientNameEmail()854 if (bccAddress != null) { in getRecipientNameEmail()855 Rfc822Token tokens[] = Rfc822Tokenizer.tokenize(bccAddress); in getRecipientNameEmail()876 String toAddress, ccAddress, bccAddress; in getRecipientAddressingEmail() local879 bccAddress = c.getString(fi.mMessageColBccAddress); in getRecipientAddressingEmail()917 if (bccAddress != null) { in getRecipientAddressingEmail()921 if (bccAddress != null) { in getRecipientAddressingEmail()922 Rfc822Token tokens[] = Rfc822Tokenizer.tokenize(bccAddress); in getRecipientAddressingEmail()