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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java131 public long mHostAuthKeySend; field in class:Account
273 mHostAuthKeySend = cursor.getLong(CONTENT_HOST_AUTH_KEY_SEND_COLUMN);
448 if (mHostAuthKeySend != 0) {
449 mHostAuthSend = HostAuth.restoreHostAuthWithId(context, mHostAuthKeySend);
720 mHostAuthKeySend = newId;
743 values.put(AccountColumns.HOST_AUTH_KEY_SEND, mHostAuthKeySend);
837 if (mHostAuthKeySend != 0) {
882 dest.writeLong(mHostAuthKeySend);
920 mHostAuthKeySend = in.readLong();

Completed in 165 milliseconds