Home | History | Annotate | Download | only in store

Lines Matching refs:testAuth

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();
359 testAuth.setLogin("user1", "password");
360 testAuth.setConnection("imap", "server", 999);
362 testAccount.mHostAuthRecv = testAuth;
366 testAuth = new HostAuth();
367 testAuth.setLogin("user2", "password");
368 testAuth.setConnection("imap", "server", 999);
370 testAccount.mHostAuthRecv = testAuth;