Home
last modified time | relevance | path

Searched defs:getNotificationChannelGroup (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/people/
DConversationChannel.java127 public NotificationChannelGroup getNotificationChannelGroup() { in getNotificationChannelGroup() method in ConversationChannel
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java32 NotificationChannelGroup getNotificationChannelGroup(String pkg, int uid, String channelId); in getNotificationChannelGroup() method
/frameworks/base/core/java/android/app/
DINotificationManager.aidl122 NotificationChannelGroup getNotificationChannelGroup(String pkg, String channelGroupId); in getNotificationChannelGroup() method
DNotificationManager.java1406 public NotificationChannelGroup getNotificationChannelGroup(String channelGroupId) { in getNotificationChannelGroup() method in NotificationManager