Searched refs:testAuth (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Email/tests/src/com/android/email/mail/ |
D | StoreTests.java | 60 HostAuth testAuth = new HostAuth(); in testGetInstance() local 61 testAccount.mHostAuthRecv = testAuth; in testGetInstance() 62 testAuth.mAddress = "pop3.google.com"; in testGetInstance() 63 testAuth.mProtocol = "pop3"; in testGetInstance() 73 testAuth = new HostAuth(); in testGetInstance() 74 testAccount.mHostAuthRecv = testAuth; in testGetInstance() 75 testAuth.mAddress = "imap.google.com"; in testGetInstance() 76 testAuth.mProtocol = "imap"; in testGetInstance() 85 testAuth = new HostAuth(); in testGetInstance() 86 testAuth.mAddress = "unknown.google.com"; in testGetInstance() [all …]
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
D | SmtpSenderUnitTests.java | 70 HostAuth testAuth = new HostAuth(); in setUp() local 73 testAuth.setLogin("user", "password"); in setUp() 74 testAuth.setConnection("smtp", "server", 999); in setUp() 75 testAccount.mHostAuthSend = testAuth; in setUp()
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
D | ImapStoreUnitTests.java | 151 HostAuth testAuth = new HostAuth(); in setUp() local 154 testAuth.setLogin("user", "password"); in setUp() 155 testAuth.setConnection("imap", "server", 999); in setUp() 156 testAccount.mHostAuthRecv = testAuth; in setUp() 344 HostAuth testAuth; in testImapIdDeviceId() local 348 testAuth = new HostAuth(); in testImapIdDeviceId() 349 testAuth.setLogin("user1", "password"); in testImapIdDeviceId() 350 testAuth.setConnection("imap", "server", 999); in testImapIdDeviceId() 352 testAccount.mHostAuthRecv = testAuth; in testImapIdDeviceId() 356 testAuth = new HostAuth(); in testImapIdDeviceId() [all …]
|
D | Pop3StoreUnitTests.java | 73 HostAuth testAuth = new HostAuth(); in setUp() local 76 testAuth.setLogin("user", "password"); in setUp() 77 testAuth.setConnection("pop3", "server", 999); in setUp() 78 testAccount.mHostAuthRecv = testAuth; in setUp()
|