Searched refs:mConversationsToUpdate (Results 1 – 1 of 1) sorted by relevance
56 private final HashSet<String> mConversationsToUpdate; field in SyncMessageBatch75 mConversationsToUpdate = new HashSet<String>(); in SyncMessageBatch()93 mConversationsToUpdate.add(message.getConversationId()); in updateLocalDatabase()196 mConversationsToUpdate.add(conversationId); in storeSms()286 mConversationsToUpdate.add(conversationId); in storeMms()339 for (final String conversationId : mConversationsToUpdate) { in updateConversations()