Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java67 ConversationListenerHelper mConversationListenerHelper; field in PeopleService
80 mConversationListenerHelper = new ConversationListenerHelper(); in PeopleService()
81 mDataManager.addConversationsListener(mConversationListenerHelper); in PeopleService()
259 mConversationListenerHelper.addConversationListener(
266 mConversationListenerHelper.removeConversationListener(listener);