Searched defs:mHostAuthSend (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java135 public transient HostAuth mHostAuthSend; field in class:Account
434 if (mHostAuthSend == null) {
436 mHostAuthSend = HostAuth.restoreHostAuthWithId(context, mHostAuthKeySend);
438 mHostAuthSend = new HostAuth();
441 return mHostAuthSend;
761 if (mHostAuthRecv == null && mHostAuthSend == null && mIsDefault == false &&
780 if (mHostAuthSend != null) {
782 ops.add(ContentProviderOperation.newInsert(mHostAuthSend.mBaseUri)
783 .withValues(mHostAuthSend.toContentValues())
836 mHostAuthSend
[all...]

Completed in 360 milliseconds