Searched refs:CONTENT_ID_COLUMN (Results 1 – 16 of 16) sorted by relevance
48 private static final int CONTENT_ID_COLUMN = 0; field in QuickResponse89 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
66 public static final int CONTENT_ID_COLUMN = 0; field in Mailbox313 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()548 hash[CONTENT_ID_COLUMN] in getHashes()
66 public static final int CONTENT_ID_COLUMN = 0; field in HostAuth172 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
282 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Body550 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Message846 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()1145 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Attachment1279 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
80 public static final int CONTENT_ID_COLUMN = 0; field in Policy297 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
142 public static final int CONTENT_ID_COLUMN = 0; field in Account258 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
64 long accountId = c.getLong(Account.CONTENT_ID_COLUMN);
198 long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in setImapDeletePolicy()
671 long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in getPopImapAccountList()
569 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN); in runPingLoop()846 pushFallback(c.getLong(Mailbox.CONTENT_ID_COLUMN)); in parsePingResult()856 ExchangeService.startManualSync(c.getLong(Mailbox.CONTENT_ID_COLUMN), in parsePingResult()
2126 new String[] {Long.toString(outboxCursor.getLong(Mailbox.CONTENT_ID_COLUMN))}, in hasSendableMessages()2130 if (!Utility.hasUnloadedAttachments(this, c.getLong(Message.CONTENT_ID_COLUMN))) { in hasSendableMessages()2283 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN); in checkMailboxes()
49 long parentId = parentCursor.getLong(Mailbox.CONTENT_ID_COLUMN); in setFlagsAndChildrensParentKey()
428 long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in doInBackground()
548 accountMailboxTypeMap.put(type, c.getLong(Mailbox.CONTENT_ID_COLUMN)); in addToMailboxTypeMap()1132 long iterId = accountCursor.getLong(Account.CONTENT_ID_COLUMN); in query()
1184 whereArgs[0] = messageCursor.getString(Message.CONTENT_ID_COLUMN); in upgradeFromVersion29ToVersion30()
1320 } else if (messageReferenced(cr, c.getLong(Message.CONTENT_ID_COLUMN))) {