Searched refs:channelGroupId (Results 1 – 2 of 2) sorted by relevance
113 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() argument114 NotificationChannelGroup getNotificationChannelGroup(String pkg, String channelGroupId); in getNotificationChannelGroup() argument
1013 public NotificationChannelGroup getNotificationChannelGroup(String channelGroupId) { in getNotificationChannelGroup() argument1016 return service.getNotificationChannelGroup(mContext.getPackageName(), channelGroupId); in getNotificationChannelGroup()