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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java148 public transient HostAuth mHostAuthSend; field in class:Account
441 if (mHostAuthSend == null) {
443 mHostAuthSend = HostAuth.restoreHostAuthWithId(context, mHostAuthKeySend);
445 mHostAuthSend = new HostAuth();
448 return mHostAuthSend;
738 if (mHostAuthRecv == null && mHostAuthSend == null && mPolicy != null) {
755 if (mHostAuthSend != null) {
757 ops.add(ContentProviderOperation.newInsert(mHostAuthSend.mBaseUri)
758 .withValues(mHostAuthSend.toContentValues())
793 mHostAuthSend
[all...]

Completed in 97 milliseconds