Home | History | Annotate | Download | only in adapter

Lines Matching refs:Address

23 import com.android.emailcommon.mail.Address;
124 msg.mTo = Address.pack(Address.parse(getValue()));
127 Address[] froms = Address.parse(getValue());
131 msg.mFrom = Address.pack(froms);
134 msg.mCc = Address.pack(Address.parse(getValue()));
137 msg.mReplyTo = Address.pack(Address.parse(getValue()));