Searched refs:CONTENT_ACCOUNT_KEY_COLUMN (Results 1 – 2 of 2) sorted by relevance
464 public static final int CONTENT_ACCOUNT_KEY_COLUMN = 13; field in EmailContent.Message670 mAccountKey = c.getLong(CONTENT_ACCOUNT_KEY_COLUMN); in restore()1943 public static final int CONTENT_ACCOUNT_KEY_COLUMN = 4; field in EmailContent.Mailbox2054 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN); in restore()2170 public static final int CONTENT_ACCOUNT_KEY_COLUMN = 8; field in EmailContent.HostAuth2223 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN); in restore()
2086 getAccountById(c.getInt(Mailbox.CONTENT_ACCOUNT_KEY_COLUMN)); in checkMailboxes()