Loading services/core/java/com/android/server/notification/NotificationManagerService.java +10 −10 Original line number Diff line number Diff line Loading @@ -8268,7 +8268,7 @@ public class NotificationManagerService extends SystemService { try { assistant.onAllowedAdjustmentsChanged(); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify assistant (capabilities): " + assistant, ex); Slog.e(TAG, "unable to notify assistant (capabilities): " + info, ex); } } Loading @@ -8278,7 +8278,7 @@ public class NotificationManagerService extends SystemService { try { assistant.onNotificationsSeen(keys); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify assistant (seen): " + assistant, ex); Slog.e(TAG, "unable to notify assistant (seen): " + info, ex); } } Loading Loading @@ -8584,7 +8584,7 @@ public class NotificationManagerService extends SystemService { listener.onStatusBarIconsBehaviorChanged(hideSilentStatusIcons); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener " + "(hideSilentStatusIcons): " + listener, ex); + "(hideSilentStatusIcons): " + info, ex); } }); } Loading Loading @@ -8877,7 +8877,7 @@ public class NotificationManagerService extends SystemService { try { listener.onNotificationPosted(sbnHolder, rankingUpdate); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (posted): " + listener, ex); Slog.e(TAG, "unable to notify listener (posted): " + info, ex); } } Loading @@ -8891,7 +8891,7 @@ public class NotificationManagerService extends SystemService { try { listener.onNotificationRemoved(sbnHolder, rankingUpdate, stats, reason); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (removed): " + listener, ex); Slog.e(TAG, "unable to notify listener (removed): " + info, ex); } } Loading @@ -8901,7 +8901,7 @@ public class NotificationManagerService extends SystemService { try { listener.onNotificationRankingUpdate(rankingUpdate); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (ranking update): " + listener, ex); Slog.e(TAG, "unable to notify listener (ranking update): " + info, ex); } } Loading @@ -8910,7 +8910,7 @@ public class NotificationManagerService extends SystemService { try { listener.onListenerHintsChanged(hints); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (listener hints): " + listener, ex); Slog.e(TAG, "unable to notify listener (listener hints): " + info, ex); } } Loading @@ -8920,7 +8920,7 @@ public class NotificationManagerService extends SystemService { try { listener.onInterruptionFilterChanged(interruptionFilter); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (interruption filter): " + listener, ex); Slog.e(TAG, "unable to notify listener (interruption filter): " + info, ex); } } Loading @@ -8931,7 +8931,7 @@ public class NotificationManagerService extends SystemService { try { listener.onNotificationChannelModification(pkg, user, channel, modificationType); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (channel changed): " + listener, ex); Slog.e(TAG, "unable to notify listener (channel changed): " + info, ex); } } Loading @@ -8942,7 +8942,7 @@ public class NotificationManagerService extends SystemService { try { listener.onNotificationChannelGroupModification(pkg, user, group, modificationType); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (channel group changed): " + listener, ex); Slog.e(TAG, "unable to notify listener (channel group changed): " + info, ex); } } Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +10 −10 Original line number Diff line number Diff line Loading @@ -8268,7 +8268,7 @@ public class NotificationManagerService extends SystemService { try { assistant.onAllowedAdjustmentsChanged(); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify assistant (capabilities): " + assistant, ex); Slog.e(TAG, "unable to notify assistant (capabilities): " + info, ex); } } Loading @@ -8278,7 +8278,7 @@ public class NotificationManagerService extends SystemService { try { assistant.onNotificationsSeen(keys); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify assistant (seen): " + assistant, ex); Slog.e(TAG, "unable to notify assistant (seen): " + info, ex); } } Loading Loading @@ -8584,7 +8584,7 @@ public class NotificationManagerService extends SystemService { listener.onStatusBarIconsBehaviorChanged(hideSilentStatusIcons); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener " + "(hideSilentStatusIcons): " + listener, ex); + "(hideSilentStatusIcons): " + info, ex); } }); } Loading Loading @@ -8877,7 +8877,7 @@ public class NotificationManagerService extends SystemService { try { listener.onNotificationPosted(sbnHolder, rankingUpdate); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (posted): " + listener, ex); Slog.e(TAG, "unable to notify listener (posted): " + info, ex); } } Loading @@ -8891,7 +8891,7 @@ public class NotificationManagerService extends SystemService { try { listener.onNotificationRemoved(sbnHolder, rankingUpdate, stats, reason); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (removed): " + listener, ex); Slog.e(TAG, "unable to notify listener (removed): " + info, ex); } } Loading @@ -8901,7 +8901,7 @@ public class NotificationManagerService extends SystemService { try { listener.onNotificationRankingUpdate(rankingUpdate); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (ranking update): " + listener, ex); Slog.e(TAG, "unable to notify listener (ranking update): " + info, ex); } } Loading @@ -8910,7 +8910,7 @@ public class NotificationManagerService extends SystemService { try { listener.onListenerHintsChanged(hints); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (listener hints): " + listener, ex); Slog.e(TAG, "unable to notify listener (listener hints): " + info, ex); } } Loading @@ -8920,7 +8920,7 @@ public class NotificationManagerService extends SystemService { try { listener.onInterruptionFilterChanged(interruptionFilter); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (interruption filter): " + listener, ex); Slog.e(TAG, "unable to notify listener (interruption filter): " + info, ex); } } Loading @@ -8931,7 +8931,7 @@ public class NotificationManagerService extends SystemService { try { listener.onNotificationChannelModification(pkg, user, channel, modificationType); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (channel changed): " + listener, ex); Slog.e(TAG, "unable to notify listener (channel changed): " + info, ex); } } Loading @@ -8942,7 +8942,7 @@ public class NotificationManagerService extends SystemService { try { listener.onNotificationChannelGroupModification(pkg, user, group, modificationType); } catch (RemoteException ex) { Slog.e(TAG, "unable to notify listener (channel group changed): " + listener, ex); Slog.e(TAG, "unable to notify listener (channel group changed): " + info, ex); } } Loading