Searched refs:bccAddress (Results 1 – 1 of 1) sorted by relevance
826 String toAddress, ccAddress, bccAddress; in getRecipientNameEmail() local829 bccAddress = c.getString(fi.mMessageColBccAddress); in getRecipientNameEmail()879 if (bccAddress != null) { in getRecipientNameEmail()883 if (bccAddress != null) { in getRecipientNameEmail()884 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(bccAddress); in getRecipientNameEmail()910 String toAddress, ccAddress, bccAddress; in getRecipientAddressingEmail() local913 bccAddress = c.getString(fi.mMessageColBccAddress); in getRecipientAddressingEmail()963 if (bccAddress != null) { in getRecipientAddressingEmail()967 if (bccAddress != null) { in getRecipientAddressingEmail()968 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(bccAddress); in getRecipientAddressingEmail()