Searched refs:oldGroups (Results 1 – 1 of 1) sorted by relevance
197 ArrayList<MessagingGroup> oldGroups = new ArrayList<>(mGroups); in bind() local201 removeGroups(oldGroups); in bind()214 private void removeGroups(ArrayList<MessagingGroup> oldGroups) { in removeGroups() argument215 int size = oldGroups.size(); in removeGroups()217 MessagingGroup group = oldGroups.get(i); in removeGroups()