Searched refs:ConversationsListener (Results 1 – 4 of 4) sorted by relevance
567 PeopleService.ConversationsListener listener = mock( in testAddConversationsListener()568 PeopleService.ConversationsListener.class); in testAddConversationsListener()596 PeopleService.ConversationsListener listener = mock( in testAddConversationListenersNotifiesMultipleConversations()597 PeopleService.ConversationsListener.class); in testAddConversationListenersNotifiesMultipleConversations()621 PeopleService.ConversationsListener listener = mock( in testAddOrUpdateStatusNotifiesConversationsListeners()622 PeopleService.ConversationsListener.class); in testAddOrUpdateStatusNotifiesConversationsListeners()944 PeopleService.ConversationsListener listener = mock( in testShortcutAddedOrUpdated()945 PeopleService.ConversationsListener.class); in testShortcutAddedOrUpdated()1152 PeopleService.ConversationsListener listener = mock( in testPruneExpiredConversationStatuses()1153 PeopleService.ConversationsListener.class); in testPruneExpiredConversationStatuses()[all …]
289 public interface ConversationsListener { interface in PeopleService306 public static class ConversationListenerHelper implements ConversationsListener {
129 private final List<PeopleService.ConversationsListener> mConversationsListeners =1341 @NonNull PeopleService.ConversationsListener listener) { in addConversationsListener()1376 final List<PeopleService.ConversationsListener> copy; in notifyConversationsListeners()1380 for (PeopleService.ConversationsListener listener : copy) { in notifyConversationsListeners()
17007 …anager;->addConversationsListener(Lcom/android/server/people/PeopleService$ConversationsListener;)V