Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationStoreTest.java174 ConversationInfo out = mConversationStore.getConversationByNotificationChannelId( in testGetConversationByNotificationChannelId()
181 mConversationStore.getConversationByNotificationChannelId(NOTIFICATION_CHANNEL_ID)); in testGetConversationByNotificationChannelId()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationStore.java197 synchronized ConversationInfo getConversationByNotificationChannelId( in getConversationByNotificationChannelId() method in ConversationStore