Home
last modified time | relevance | path

Searched refs:setLogin (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Email/tests/src/com/android/emailcommon/provider/
DHostAuthTests.java41 ha.setLogin("user:password"); in testSetLogin()
46 ha.setLogin("%20us%20er%20:password"); in testSetLogin()
51 ha.setLogin("user:%20pass%20word%20"); in testSetLogin()
55 ha.setLogin("user:"); in testSetLogin()
59 ha.setLogin(":password"); in testSetLogin()
63 ha.setLogin(""); in testSetLogin()
67 ha.setLogin(null); in testSetLogin()
71 ha.setLogin("userpassword"); in testSetLogin()
83 ha.setLogin("user", "password"); in testSetLoginAuthenticate()
87 ha.setLogin("user", ""); in testSetLoginAuthenticate()
[all …]
DAccountTest.java71 ha.setLogin(username, password); in getHostAuthJSON()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DHostAuth.java310 public void setLogin(String userInfo) { in setLogin() method in HostAuth
320 setLogin(userName, userPassword); in setLogin()
335 public void setLogin(String userName, String userPassword) { in setLogin() method in HostAuth
538 setLogin(uri.getUserInfo()); in setHostAuthFromString()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupOutgoingFragment.java384 sendAuth.setLogin(userName, userPassword); in collectUserInputInternal()
386 sendAuth.setLogin(null, null); in collectUserInputInternal()
DAccountSetupIncomingFragment.java538 sendAuth.setLogin(recvAuth.mLogin, recvAuth.mPassword); in saveSettingsAfterSetup()
559 recvAuth.setLogin(userName, userPassword); in collectUserInputInternal()
/packages/apps/Email/tests/src/com/android/email/mail/store/
DImapStoreUnitTests.java156 testAuth.setLogin("user", "password"); in setUp()
351 testAuth.setLogin("user1", "password"); in testImapIdDeviceId()
359 testAuth.setLogin("user1", "password"); in testImapIdDeviceId()
367 testAuth.setLogin("user2", "password"); in testImapIdDeviceId()
DPop3StoreUnitTests.java75 mHostAuth.setLogin("user", "password"); in setUp()
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DSmtpSenderUnitTests.java75 mHostAuth.setLogin("user", "password"); in setUp()