| D | NotificationChannelGroupCompat.java | 41 public class NotificationChannelGroupCompat { class 55 final NotificationChannelGroupCompat mGroup; 64 mGroup = new NotificationChannelGroupCompat(id); in Builder() 96 public @NonNull NotificationChannelGroupCompat build() { in build() 101 NotificationChannelGroupCompat(@NonNull String id) { in NotificationChannelGroupCompat() method in NotificationChannelGroupCompat 106 NotificationChannelGroupCompat(@NonNull NotificationChannelGroup group) { in NotificationChannelGroupCompat() method in NotificationChannelGroupCompat 111 NotificationChannelGroupCompat(@NonNull NotificationChannelGroup group, in NotificationChannelGroupCompat() method in NotificationChannelGroupCompat
|