Searched refs:CONTENT_ACCOUNT_KEY_COLUMN (Results 1 – 5 of 5) sorted by relevance
70 public static final int CONTENT_ACCOUNT_KEY_COLUMN = 4; field in Mailbox318 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN); in restore()556 hash[CONTENT_ACCOUNT_KEY_COLUMN] in getHashes()
50 private static final int CONTENT_ACCOUNT_KEY_COLUMN = 2; field in QuickResponse91 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN); in restore()
566 public static final int CONTENT_ACCOUNT_KEY_COLUMN = 13; field in EmailContent.Message863 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN); in restore()1160 public static final int CONTENT_ACCOUNT_KEY_COLUMN = 12; field in EmailContent.Attachment1294 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN); in restore()
543 long accountId = c.getLong(Mailbox.CONTENT_ACCOUNT_KEY_COLUMN); in addToMailboxTypeMap()
2294 Account account = getAccountById(c.getInt(Mailbox.CONTENT_ACCOUNT_KEY_COLUMN)); in checkMailboxes()