Loading services/core/java/com/android/server/notification/NotificationManagerService.java +10 −10 Original line number Diff line number Diff line Loading @@ -5089,15 +5089,15 @@ public class NotificationManagerService extends SystemService { if (!serviceInfo.enabledAndUserMatches(UserHandle.getCallingUserId())) { continue; } if (!hasCompanionDevice(serviceInfo)) { continue; } mHandler.post(new Runnable() { @Override public void run() { if (hasCompanionDevice(serviceInfo)) { notifyNotificationChannelChanged( serviceInfo, pkg, user, channel, modificationType); } } }); } } Loading @@ -5112,15 +5112,15 @@ public class NotificationManagerService extends SystemService { if (!serviceInfo.enabledAndUserMatches(UserHandle.getCallingUserId())) { continue; } if (!hasCompanionDevice(serviceInfo)) { continue; } mHandler.post(new Runnable() { @Override public void run() { if (hasCompanionDevice(serviceInfo)) { notifyNotificationChannelGroupChanged( serviceInfo, pkg, user, group, modificationType); } } }); } } Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +10 −10 Original line number Diff line number Diff line Loading @@ -5089,15 +5089,15 @@ public class NotificationManagerService extends SystemService { if (!serviceInfo.enabledAndUserMatches(UserHandle.getCallingUserId())) { continue; } if (!hasCompanionDevice(serviceInfo)) { continue; } mHandler.post(new Runnable() { @Override public void run() { if (hasCompanionDevice(serviceInfo)) { notifyNotificationChannelChanged( serviceInfo, pkg, user, channel, modificationType); } } }); } } Loading @@ -5112,15 +5112,15 @@ public class NotificationManagerService extends SystemService { if (!serviceInfo.enabledAndUserMatches(UserHandle.getCallingUserId())) { continue; } if (!hasCompanionDevice(serviceInfo)) { continue; } mHandler.post(new Runnable() { @Override public void run() { if (hasCompanionDevice(serviceInfo)) { notifyNotificationChannelGroupChanged( serviceInfo, pkg, user, group, modificationType); } } }); } } Loading