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
439 if (mHostAuthSend == null) {
441 mHostAuthSend = HostAuth.restoreHostAuthWithId(context, mHostAuthKeySend);
443 mHostAuthSend = new HostAuth();
446 return mHostAuthSend;
736 if (mHostAuthRecv == null && mHostAuthSend == null && mPolicy != null) {
753 if (mHostAuthSend != null) {
755 ops.add(ContentProviderOperation.newInsert(mHostAuthSend.mBaseUri)
756 .withValues(mHostAuthSend.toContentValues())
791 mHostAuthSend
[all...]

Completed in 51 milliseconds