Searched refs:changedParticipants (Results 1 – 1 of 1) sorted by relevance
243 final ArrayList<String> changedParticipants = new ArrayList<String>(); in refreshParticipants() local277 changedParticipants.add(id); in refreshParticipants()294 LogUtil.v(TAG, "Number of participants refreshed:" + changedParticipants.size()); in refreshParticipants()298 if (changedParticipants.size() > 0) { in refreshParticipants()299 BugleDatabaseOperations.refreshConversationsForParticipants(changedParticipants); in refreshParticipants()