Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/provider/
DEmailContent.java869 public transient HostAuth mHostAuthSend; field in EmailContent.Account
1181 if (mHostAuthSend == null) { in getSenderUri()
1182 mHostAuthSend = HostAuth.restoreHostAuthWithId(context, mHostAuthKeySend); in getSenderUri()
1185 if (mHostAuthSend != null) { in getSenderUri()
1186 String senderUri = mHostAuthSend.getStoreUri(); in getSenderUri()
1225 if (mHostAuthSend == null) { in setSenderUri()
1227 mHostAuthSend = HostAuth.restoreHostAuthWithId(context, mHostAuthKeySend); in setSenderUri()
1229 mHostAuthSend = new EmailContent.HostAuth(); in setSenderUri()
1233 if (mHostAuthSend != null) { in setSenderUri()
1234 mHostAuthSend.setStoreUri(senderUri); in setSenderUri()
[all …]
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettings.java127 mAccount.mHostAuthSend = HostAuth.restoreHostAuthWithId(this, mAccount.mHostAuthKeySend); in onCreate()
129 if (mAccount.mHostAuthRecv == null || mAccount.mHostAuthSend == null) { in onCreate()
334 mAccount.mHostAuthSend = in onResume()
340 || mAccount.mHostAuthSend == null) { in onResume()
DAccountSetupExchange.java359 mAccount.mHostAuthSend.update(this,
360 mAccount.mHostAuthSend.toContentValues());
409 mAccount.mHostAuthSend = hostAuth;
DAccountSetupOutgoing.java256 mAccount.mHostAuthSend.update(this, mAccount.mHostAuthSend.toContentValues()); in onActivityResult()
/packages/apps/Email/tests/src/com/android/email/
DAccountBackupRestoreTests.java107 liveAccount1.mHostAuthSend = in testBackup()
115 liveAccount2.mHostAuthSend = in testBackup()
DLegacyConversionsTests.java620 fromAccount.mHostAuthSend = in testMakeLegacyAccount()
/packages/apps/Email/src/com/android/email/activity/
DUpgradeAccounts.java787 String outgoingUsername = newAccount.mHostAuthSend.mLogin; in cleanupConnections()
788 String outgoingPassword = newAccount.mHostAuthSend.mPassword; in cleanupConnections()
792 newAccount.mHostAuthSend.setStoreUri(outgoingUri.toString()); in cleanupConnections()
814 newAccount.mHostAuthSend.mFlags |= HostAuth.FLAG_TRUST_ALL_CERTIFICATES; in cleanupConnections()
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java97 account1.mHostAuthSend = ProviderTestUtils.setupHostAuth("account-hostauth-send", -1, false, in testAccountSaveHostAuth()
114 account1.mHostAuthSend, hostAuth2get); in testAccountSaveHostAuth()