Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationStoreTest.java174 ConversationInfo out = mConversationStore.getConversationByNotificationChannelId( in testGetConversationByNotificationChannelId()
181 mConversationStore.getConversationByNotificationChannelId(NOTIFICATION_CHANNEL_ID)); in testGetConversationByNotificationChannelId()
/frameworks/base/services/people/java/com/android/server/people/data/
DConversationStore.java187 ConversationInfo getConversationByNotificationChannelId(@NonNull String notifChannelId) { in getConversationByNotificationChannelId() method in ConversationStore