Loading core/java/android/service/notification/NotificationListenerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -2365,6 +2365,7 @@ public abstract class NotificationListenerService extends Service { UserHandle user= (UserHandle) args.arg2; NotificationChannel channel = (NotificationChannel) args.arg3; int modificationType = (int) args.arg4; args.recycle(); onNotificationChannelModified(pkgName, user, channel, modificationType); } break; Loading @@ -2374,6 +2375,7 @@ public abstract class NotificationListenerService extends Service { UserHandle user = (UserHandle) args.arg2; NotificationChannelGroup group = (NotificationChannelGroup) args.arg3; int modificationType = (int) args.arg4; args.recycle(); onNotificationChannelGroupModified(pkgName, user, group, modificationType); } break; Loading Loading
core/java/android/service/notification/NotificationListenerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -2365,6 +2365,7 @@ public abstract class NotificationListenerService extends Service { UserHandle user= (UserHandle) args.arg2; NotificationChannel channel = (NotificationChannel) args.arg3; int modificationType = (int) args.arg4; args.recycle(); onNotificationChannelModified(pkgName, user, channel, modificationType); } break; Loading @@ -2374,6 +2375,7 @@ public abstract class NotificationListenerService extends Service { UserHandle user = (UserHandle) args.arg2; NotificationChannelGroup group = (NotificationChannelGroup) args.arg3; int modificationType = (int) args.arg4; args.recycle(); onNotificationChannelGroupModified(pkgName, user, group, modificationType); } break; Loading