Home
last modified time | relevance | path

Searched refs:mConversationListenerHelper (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/
H A DPeopleServiceTest.java170 mPeopleService.mConversationListenerHelper.mListeners.getRegisteredCallbackCount()); in testRegisterConversationListener()
176 mPeopleService.mConversationListenerHelper.mListeners.getRegisteredCallbackCount()); in testRegisterConversationListener()
182 mPeopleService.mConversationListenerHelper.mListeners.getRegisteredCallbackCount()); in testRegisterConversationListener()
188 mPeopleService.mConversationListenerHelper.mListeners.getRegisteredCallbackCount()); in testRegisterConversationListener()
204 mPeopleService.mConversationListenerHelper.mListeners.getRegisteredCallbackCount()); in testUnregisterConversationListener()
209 mPeopleService.mConversationListenerHelper.mListeners.getRegisteredCallbackCount()); in testUnregisterConversationListener()
213 mPeopleService.mConversationListenerHelper.mListeners.getRegisteredCallbackCount()); in testUnregisterConversationListener()
217 mPeopleService.mConversationListenerHelper.mListeners.getRegisteredCallbackCount()); in testUnregisterConversationListener()
232 mPeopleService.mConversationListenerHelper.mListeners.getRegisteredCallbackCount()); in testOnlyTriggersConversationListenersForRegisteredConversation()
237 mPeopleService.mConversationListenerHelper.onConversationsUpdate( in testOnlyTriggersConversationListenersForRegisteredConversation()
/aosp14/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java68 ConversationListenerHelper mConversationListenerHelper; field in PeopleService
81 mConversationListenerHelper = new ConversationListenerHelper(); in PeopleService()
82 mDataManager.addConversationsListener(mConversationListenerHelper); in PeopleService()
260 mConversationListenerHelper.addConversationListener(
267 mConversationListenerHelper.removeConversationListener(listener);