Home | History | Annotate | Download | only in email

Lines Matching refs:RecipientType

26 import com.android.email.mail.Message.RecipientType;
93 Address[] to = message.getRecipients(Message.RecipientType.TO);
94 Address[] cc = message.getRecipients(Message.RecipientType.CC);
95 Address[] bcc = message.getRecipients(Message.RecipientType.BCC);
492 message.setRecipients(RecipientType.TO, Address.unpack(localMessage.mTo));
493 message.setRecipients(RecipientType.CC, Address.unpack(localMessage.mCc));
494 message.setRecipients(RecipientType.BCC, Address.unpack(localMessage.mBcc));