Loading services/core/java/com/android/server/notification/NotificationManagerService.java +9 −14 Original line number Diff line number Diff line Loading @@ -158,6 +158,7 @@ import com.android.internal.annotations.VisibleForTesting; import com.android.internal.logging.MetricsLogger; import com.android.internal.logging.nano.MetricsProto; import com.android.internal.logging.nano.MetricsProto.MetricsEvent; import com.android.internal.os.BackgroundThread; import com.android.internal.statusbar.NotificationVisibility; import com.android.internal.util.ArrayUtils; import com.android.internal.util.DumpUtils; Loading Loading @@ -5576,14 +5577,11 @@ public class NotificationManagerService extends SystemService { continue; } mHandler.post(new Runnable() { @Override public void run() { BackgroundThread.getHandler().post(() -> { if (hasCompanionDevice(serviceInfo)) { notifyNotificationChannelChanged( serviceInfo, pkg, user, channel, modificationType); } } }); } } Loading @@ -5599,14 +5597,11 @@ public class NotificationManagerService extends SystemService { continue; } mHandler.post(new Runnable() { @Override public void run() { BackgroundThread.getHandler().post(() -> { if (hasCompanionDevice(serviceInfo)) { notifyNotificationChannelGroupChanged( serviceInfo, pkg, user, group, modificationType); } } }); } } Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +9 −14 Original line number Diff line number Diff line Loading @@ -158,6 +158,7 @@ import com.android.internal.annotations.VisibleForTesting; import com.android.internal.logging.MetricsLogger; import com.android.internal.logging.nano.MetricsProto; import com.android.internal.logging.nano.MetricsProto.MetricsEvent; import com.android.internal.os.BackgroundThread; import com.android.internal.statusbar.NotificationVisibility; import com.android.internal.util.ArrayUtils; import com.android.internal.util.DumpUtils; Loading Loading @@ -5576,14 +5577,11 @@ public class NotificationManagerService extends SystemService { continue; } mHandler.post(new Runnable() { @Override public void run() { BackgroundThread.getHandler().post(() -> { if (hasCompanionDevice(serviceInfo)) { notifyNotificationChannelChanged( serviceInfo, pkg, user, channel, modificationType); } } }); } } Loading @@ -5599,14 +5597,11 @@ public class NotificationManagerService extends SystemService { continue; } mHandler.post(new Runnable() { @Override public void run() { BackgroundThread.getHandler().post(() -> { if (hasCompanionDevice(serviceInfo)) { notifyNotificationChannelGroupChanged( serviceInfo, pkg, user, group, modificationType); } } }); } } Loading