HomeSort by relevance Sort by last modified time
    Searched refs:SmtpSender (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/tests/src/com/android/email/mail/transport/
SmtpSenderUnitTests.java 56 private SmtpSender mSender = null;
63 * Setup code. We generate a lightweight SmtpSender for testing.
78 mSender = (SmtpSender) SmtpSender.newInstance(testAccount, mProviderContext);
108 // Since SmtpSender.sendMessage() does a close then open, we need to preset for the open
139 // Since SmtpSender.sendMessage() does a close then open, we need to preset for the open
231 // Since SmtpSender.sendMessage() does a close then open, we need to preset for the open
253 // Create mock transport and inject it into the SmtpSender that's already set up
262 * Helper which stuffs the mock with enough strings to satisfy a call to SmtpSender.open()
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 47 public class SmtpSender extends Sender {
60 return new SmtpSender(context, account);
66 public SmtpSender(Context context, Account account) {

Completed in 503 milliseconds