diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index a869d85f73223..83975831d8e54 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -8810,8 +8810,8 @@ public class Notification implements Parcelable * and the notification is no longer relevant.

*/ @NonNull - public BubbleMetadata.Builder setSuppressNotification(boolean shouldSupressNotif) { - setFlag(FLAG_SUPPRESS_NOTIFICATION, shouldSupressNotif); + public BubbleMetadata.Builder setSuppressNotification(boolean shouldSuppressNotif) { + setFlag(FLAG_SUPPRESS_NOTIFICATION, shouldSuppressNotif); return this; }