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

  /packages/apps/Email/tests/src/com/android/email/mail/
StoreTests.java 65 HostAuth testAuth = new HostAuth();
66 testAccount.mHostAuthRecv = testAuth;
67 testAuth.mAddress = "pop3.google.com";
68 testAuth.mProtocol = "pop3";
78 testAuth = new HostAuth();
79 testAccount.mHostAuthRecv = testAuth;
80 testAuth.mAddress = "imap.google.com";
81 testAuth.mProtocol = "imap";
90 testAuth = new HostAuth();
91 testAuth.mAddress = "unknown.google.com"
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 153 HostAuth testAuth = new HostAuth();
156 testAuth.setLogin("user", "password");
157 testAuth.setConnection("imap", "server", 999);
158 testAccount.mHostAuthRecv = testAuth;
346 HostAuth testAuth;
350 testAuth = new HostAuth();
351 testAuth.setLogin("user1", "password");
352 testAuth.setConnection("imap", "server", 999);
354 testAccount.mHostAuthRecv = testAuth;
358 testAuth = new HostAuth()
    [all...]

Completed in 89 milliseconds