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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java132 public long mHostAuthKeySend; field in class:Account
265 mHostAuthKeySend = cursor.getLong(CONTENT_HOST_AUTH_KEY_SEND_COLUMN);
440 if (mHostAuthKeySend != 0) {
441 mHostAuthSend = HostAuth.restoreHostAuthWithId(context, mHostAuthKeySend);
790 mHostAuthKeySend = newId;
813 values.put(AccountColumns.HOST_AUTH_KEY_SEND, mHostAuthKeySend);
864 dest.writeLong(mHostAuthKeySend);
902 mHostAuthKeySend = in.readLong();

Completed in 11 milliseconds