H A D | ConversationCursor.java | 463 // conversations in pieces. 760 * cache. Notably, conversations which are marked as deleted in the cache but which haven't yet 2033 * Update an integer column for a group of conversations (see updateValues below) 2035 public int updateInt(Collection<Conversation> conversations, String columnName, argument 2038 LogUtils.d(LOG_TAG, "ConversationCursor.updateInt(conversations=%s, columnName=%s)", 2039 conversations.toArray(), columnName); 2043 return updateValues(conversations, cv); 2047 * Update a string column for a group of conversations (see updateValues below) 2049 public int updateBoolean(Collection<Conversation> conversations, String columnName, argument 2053 return updateValues(conversations, c 2059 updateString(Collection<Conversation> conversations, String columnName, String value) argument 2071 updateStrings(Collection<Conversation> conversations, String[] columnNames, String[] values) argument 2087 updateValues(Collection<Conversation> conversations, ContentValues values) argument 2091 updateValues(Collection<Conversation> conversations, ContentValues values, UndoCallback undoCallback) argument 2108 getOperationsForConversations( Collection<Conversation> conversations, int type, ContentValues values, UndoCallback undoCallback) argument 2196 delete(Collection<Conversation> conversations) argument 2200 delete(Collection<Conversation> conversations, UndoCallback undoCallback) argument 2207 archive(Collection<Conversation> conversations) argument 2211 archive(Collection<Conversation> conversations, UndoCallback undoCallback) argument 2218 mute(Collection<Conversation> conversations) argument 2222 mute(Collection<Conversation> conversations, UndoCallback undoCallback) argument 2229 reportSpam(Collection<Conversation> conversations) argument 2233 reportSpam(Collection<Conversation> conversations, UndoCallback undoCallback) argument 2240 reportNotSpam(Collection<Conversation> conversations) argument 2244 reportNotSpam(Collection<Conversation> conversations, UndoCallback undoCallback) argument 2251 reportPhishing(Collection<Conversation> conversations) argument 2255 reportPhishing(Collection<Conversation> conversations, UndoCallback undoCallback) argument 2262 discardDrafts(Collection<Conversation> conversations) argument 2266 discardDrafts(Collection<Conversation> conversations, UndoCallback undoCallback) argument 2273 moveFailedIntoDrafts(Collection<Conversation> conversations) argument 2281 mostlyArchive(Collection<Conversation> conversations) argument 2285 mostlyArchive(Collection<Conversation> conversations, UndoCallback undoCallback) argument 2292 mostlyDelete(Collection<Conversation> conversations) argument 2296 mostlyDelete(Collection<Conversation> conversations, UndoCallback undoCallback) argument 2303 mostlyDestructiveUpdate(Collection<Conversation> conversations, ContentValues values) argument 2308 mostlyDestructiveUpdate(Collection<Conversation> conversations, ContentValues values, UndoCallback undoCallback) argument 2322 applyAction(Collection<Conversation> conversations, int opAction, UndoCallback undoCallback) argument [all...] |