Home | History | Annotate | Download | only in store

Lines Matching refs:testAuth

151         HostAuth testAuth = new HostAuth();
154 testAuth.setLogin("user", "password");
155 testAuth.setConnection("imap", "server", 999);
156 testAccount.mHostAuthRecv = testAuth;
344 HostAuth testAuth;
348 testAuth = new HostAuth();
349 testAuth.setLogin("user1", "password");
350 testAuth.setConnection("imap", "server", 999);
352 testAccount.mHostAuthRecv = testAuth;
356 testAuth = new HostAuth();
357 testAuth.setLogin("user1", "password");
358 testAuth.setConnection("imap", "server", 999);
360 testAccount.mHostAuthRecv = testAuth;
364 testAuth = new HostAuth();
365 testAuth.setLogin("user2", "password");
366 testAuth.setConnection("imap", "server", 999);
368 testAccount.mHostAuthRecv = testAuth;