Searched refs:showNextConversation (Results 1 – 3 of 3) sorted by relevance
184 void showNextConversation(Collection<Conversation> conversations); in showNextConversation() method
1916 if (!showNextConversation(targets, operation)) {1963 public void showNextConversation(final Collection<Conversation> target) {1964 showNextConversation(target, null);2001 private boolean showNextConversation(final Collection<Conversation> target,2124 showNextConversation(target, operation);
1171 mUpdater.showNextConversation(conversations); in onListItemSwiped()