Loading services/core/java/com/android/server/notification/NotificationManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -8896,7 +8896,9 @@ public class NotificationManagerService extends SystemService { final StatusBarNotification sbn, final boolean isVisible) { final String key = sbn.getKey(); if (DBG) { Slog.d(TAG, "notifyAssistantVisibilityChangedLocked: " + key); } notifyAssistantLocked( sbn, false /* sameUserOnly */, Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -8896,7 +8896,9 @@ public class NotificationManagerService extends SystemService { final StatusBarNotification sbn, final boolean isVisible) { final String key = sbn.getKey(); if (DBG) { Slog.d(TAG, "notifyAssistantVisibilityChangedLocked: " + key); } notifyAssistantLocked( sbn, false /* sameUserOnly */, Loading