Home | History | Annotate | Download | only in transport

Lines Matching refs:account

31 import com.android.emailcommon.provider.Account;
51 private Account mAccount;
59 public static Sender newInstance(Account account, Context context) throws MessagingException {
60 return new SmtpSender(context, account);
64 * Creates a new sender for the given account.
66 public SmtpSender(Context context, Account account) {
68 mAccount = account;
69 HostAuth sendAuth = account.getOrCreateHostAuthSend(context);