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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java150 public transient HostAuth mHostAuthSend; field in class:Account
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
[all...]

Completed in 67 milliseconds