Home
last modified time | relevance | path

Searched refs:HOST_AUTH_KEY_SEND (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DAccount.java179 AccountColumns.HOST_AUTH_KEY_SEND, AccountColumns.FLAGS,
698 cv.put(AccountColumns.HOST_AUTH_KEY_SEND, sendIndex); in save()
743 values.put(AccountColumns.HOST_AUTH_KEY_SEND, mHostAuthKeySend); in toContentValues()
DEmailContent.java1682 public static final String HOST_AUTH_KEY_SEND = "hostAuthKeySend"; field
/packages/apps/Email/provider_src/com/android/email/provider/
DDBHelper.java99 " where " + BaseColumns._ID + "=old." + AccountColumns.HOST_AUTH_KEY_SEND +
506 + AccountColumns.HOST_AUTH_KEY_SEND + " integer, " in createAccountTable()