Searched refs:channelGroupId (Results 1 – 2 of 2) sorted by relevance
101 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() argument102 NotificationChannelGroup getNotificationChannelGroup(String pkg, String channelGroupId); in getNotificationChannelGroup() argument
774 public NotificationChannelGroup getNotificationChannelGroup(String channelGroupId) { in getNotificationChannelGroup() argument777 return service.getNotificationChannelGroup(mContext.getPackageName(), channelGroupId); in getNotificationChannelGroup()