Searched refs:CONTENT_ID_COLUMN (Results 1 – 13 of 13) sorted by relevance
332 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Body638 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Message943 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()1275 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Attachment1447 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
180 public static final int CONTENT_ID_COLUMN = 0; field in Mailbox577 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()769 hash[CONTENT_ID_COLUMN] in getHashes()
69 public static final int CONTENT_ID_COLUMN = 0; field in HostAuth175 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
83 public static final int CONTENT_ID_COLUMN = 0; field in Policy300 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
151 public static final int CONTENT_ID_COLUMN = 0; field in Account259 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
54 long parentId = parentCursor.getLong(Mailbox.CONTENT_ID_COLUMN); in setFlagsAndChildrensParentKey()
547 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN); in runPingLoop()825 pushFallback(c.getLong(Mailbox.CONTENT_ID_COLUMN)); in parsePingResult()835 ExchangeService.startManualSync(c.getLong(Mailbox.CONTENT_ID_COLUMN), in parsePingResult()
1662 new String[] {Long.toString(outboxCursor.getLong(Mailbox.CONTENT_ID_COLUMN))}, in hasSendableMessages()1666 if (!Utility.hasUnloadedAttachments(this, c.getLong(Message.CONTENT_ID_COLUMN))) { in hasSendableMessages()1839 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN); in checkMailboxes()
378 final long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN); in requestSyncForSyncList()
362 long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in setImapDeletePolicy()
505 final long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in doInBackground()
1347 } else if (messageReferenced(cr, c.getLong(Message.CONTENT_ID_COLUMN))) {
1633 whereArgs[0] = messageCursor.getString(Message.CONTENT_ID_COLUMN); in upgradeFromVersion29ToVersion30()