HomeSort by relevance Sort by last modified time
    Searched defs:mHostAuthSend (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 150 public transient HostAuth mHostAuthSend;
447 if (mHostAuthSend == null) {
449 mHostAuthSend = HostAuth.restoreHostAuthWithId(context, mHostAuthKeySend);
451 mHostAuthSend = new HostAuth();
454 return mHostAuthSend;
634 if (mHostAuthRecv == null && mHostAuthSend == null && mPolicy != null) {
665 if (mHostAuthSend != null) {
666 if (mHostAuthSend.mCredential != null) {
668 mHostAuthRecv.mCredential.equals(mHostAuthSend.mCredential)) {
673 ops.add(ContentProviderOperation.newInsert(mHostAuthSend.mCredential.mBaseUri
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoingFragment.java 351 final Credential cred = account.mHostAuthSend.mCredential;
357 account.mHostAuthSend.mCredentialKey = cred.mId;
360 account.mHostAuthSend.update(context, account.mHostAuthSend.toContentValues());

Completed in 52 milliseconds