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
432 if (mHostAuthSend == null) {
434 mHostAuthSend = HostAuth.restoreHostAuthWithId(context, mHostAuthKeySend);
436 mHostAuthSend = new HostAuth();
439 return mHostAuthSend;
755 if (mHostAuthRecv == null && mHostAuthSend == null && mIsDefault == false &&
773 if (mHostAuthSend != null) {
775 ops.add(ContentProviderOperation.newInsert(mHostAuthSend.mBaseUri)
776 .withValues(mHostAuthSend.toContentValues())
820 mHostAuthSend
[all...]

Completed in 75 milliseconds