Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1323 channel = findConversationChannel(r, channelId, conversationId, includeDeleted); in getConversationNotificationChannel()
1336 private NotificationChannel findConversationChannel(PackagePreferences p, String parentId, in findConversationChannel() method in PreferencesHelper