Searched refs:onConversationUpdate (Results 1 – 6 of 6) sorted by relevance
86 listener.second.onConversationUpdate(getConversation(CONVERSATION_ID_1)); in testCorrectlyMapsToProxyConversationListener()90 verify(listenerForConversation2, never()).onConversationUpdate(any()); in testCorrectlyMapsToProxyConversationListener()94 verify(listenerForConversation1, times(1)).onConversationUpdate( in testCorrectlyMapsToProxyConversationListener()
205 default void onConversationUpdate(@NonNull ConversationChannel conversation) { in onConversationUpdate() method279 public void onConversationUpdate(@NonNull ConversationChannel conversation) { in onConversationUpdate() method in PeopleManager.ConversationListenerProxy285 mExecutor.execute(() -> mListener.onConversationUpdate(conversation)); in onConversationUpdate()
32 void onConversationUpdate(in ConversationChannel conversation); in onConversationUpdate() method
268 verify(listenerForConversation2, never()).onConversationUpdate(any()); in testOnlyTriggersConversationListenersForRegisteredConversation()272 verify(listenerForConversation1, times(1)).onConversationUpdate( in testOnlyTriggersConversationListenersForRegisteredConversation()275 verify(secondListenerForConversation1, times(1)).onConversationUpdate( in testOnlyTriggersConversationListenersForRegisteredConversation()302 public void onConversationUpdate(ConversationChannel conversation) { in onConversationUpdate() method in PeopleServiceTest.TestableConversationListener
348 listener.onConversationUpdate(channel); in onConversationsUpdate()
253 public void onConversationUpdate(@NonNull ConversationChannel conversation) { in onConversationUpdate() method in PeopleSpaceWidgetManager.TileConversationListener