Loading services/core/java/com/android/server/accounts/AccountManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -4891,7 +4891,6 @@ public class AccountManagerService private void installNotification(int notificationId, final Notification notification, String packageName, int userId) { SystemNotificationChannels.createAccountChannelForPackage(packageName, mContext); final long token = clearCallingIdentity(); try { INotificationManager notificationManager = mInjector.getNotificationManager(); Loading Loading @@ -5678,6 +5677,7 @@ public class AccountManagerService synchronized (mUsers) { userAccounts = mUsers.get(userId); } SystemNotificationChannels.createAccountChannelForPackage(packageName, mContext); doNotification(userAccounts, account, null, intent, packageName, userId); } Loading services/core/java/com/android/server/notification/NotificationManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -3109,7 +3109,8 @@ public class NotificationManagerService extends SystemService { + " - notification=" + notification); return; } throw new IllegalArgumentException("No Channel found for notification=" + notification); throw new IllegalArgumentException("No Channel found for channelId=" + channelId + ", notification=" + notification); } final StatusBarNotification n = new StatusBarNotification( pkg, opPkg, id, tag, notificationUid, callingPid, notification, Loading Loading
services/core/java/com/android/server/accounts/AccountManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -4891,7 +4891,6 @@ public class AccountManagerService private void installNotification(int notificationId, final Notification notification, String packageName, int userId) { SystemNotificationChannels.createAccountChannelForPackage(packageName, mContext); final long token = clearCallingIdentity(); try { INotificationManager notificationManager = mInjector.getNotificationManager(); Loading Loading @@ -5678,6 +5677,7 @@ public class AccountManagerService synchronized (mUsers) { userAccounts = mUsers.get(userId); } SystemNotificationChannels.createAccountChannelForPackage(packageName, mContext); doNotification(userAccounts, account, null, intent, packageName, userId); } Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -3109,7 +3109,8 @@ public class NotificationManagerService extends SystemService { + " - notification=" + notification); return; } throw new IllegalArgumentException("No Channel found for notification=" + notification); throw new IllegalArgumentException("No Channel found for channelId=" + channelId + ", notification=" + notification); } final StatusBarNotification n = new StatusBarNotification( pkg, opPkg, id, tag, notificationUid, callingPid, notification, Loading