Searched refs:CONTENT_ID_COLUMN (Results 1 – 8 of 8) sorted by relevance
489 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Body737 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Message1039 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()1372 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Attachment1544 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
179 public static final int CONTENT_ID_COLUMN = 0; field in Mailbox578 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()755 hash[CONTENT_ID_COLUMN] in getHashes()
79 public static final int CONTENT_ID_COLUMN = 0; field in HostAuth224 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
84 public static final int CONTENT_ID_COLUMN = 0; field in Policy310 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
157 public static final int CONTENT_ID_COLUMN = 0; field in Account265 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
55 long parentId = parentCursor.getLong(Mailbox.CONTENT_ID_COLUMN); in setFlagsAndChildrensParentKey()
357 long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in setImapDeletePolicy()
1776 whereArgs[0] = messageCursor.getString(Message.CONTENT_ID_COLUMN); in upgradeFromVersion29ToVersion30()1802 whereArgs[0] = messageCursor.getString(Message.CONTENT_ID_COLUMN); in upgradeFromVersion125ToVersion126()