Searched refs:mHostAuthSend (Results 1 – 8 of 8) sorted by relevance
869 public transient HostAuth mHostAuthSend; field in EmailContent.Account1181 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 …]
127 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()
359 mAccount.mHostAuthSend.update(this,360 mAccount.mHostAuthSend.toContentValues());409 mAccount.mHostAuthSend = hostAuth;
256 mAccount.mHostAuthSend.update(this, mAccount.mHostAuthSend.toContentValues()); in onActivityResult()
107 liveAccount1.mHostAuthSend = in testBackup()115 liveAccount2.mHostAuthSend = in testBackup()
620 fromAccount.mHostAuthSend = in testMakeLegacyAccount()
787 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()
97 account1.mHostAuthSend = ProviderTestUtils.setupHostAuth("account-hostauth-send", -1, false, in testAccountSaveHostAuth()114 account1.mHostAuthSend, hostAuth2get); in testAccountSaveHostAuth()