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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java119 public long mHostAuthKeySend; field in class:Account
264 mHostAuthKeySend = cursor.getLong(CONTENT_HOST_AUTH_KEY_SEND_COLUMN);
435 if (mHostAuthKeySend != 0) {
436 mHostAuthSend = HostAuth.restoreHostAuthWithId(context, mHostAuthKeySend);
835 mHostAuthKeySend = newId;
863 values.put(AccountColumns.HOST_AUTH_KEY_SEND, mHostAuthKeySend);
916 dest.writeLong(mHostAuthKeySend);
957 mHostAuthKeySend = in.readLong();

Completed in 26 milliseconds