Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl101 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() argument
102 NotificationChannelGroup getNotificationChannelGroup(String pkg, String channelGroupId); in getNotificationChannelGroup() argument
DNotificationManager.java774 public NotificationChannelGroup getNotificationChannelGroup(String channelGroupId) { in getNotificationChannelGroup() argument
777 return service.getNotificationChannelGroup(mContext.getPackageName(), channelGroupId); in getNotificationChannelGroup()