Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4edc36d2 authored by András Kurucz's avatar András Kurucz Committed by Android (Google) Code Review
Browse files

Merge "Remove unused method NotificationEntry#canViewBeDismissed()" into main

parents 37cfc84f 62174e94
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -812,11 +812,6 @@ public final class NotificationEntry extends ListEntry {
        return !mSbn.isOngoing() || !isLocked;
    }

    public boolean canViewBeDismissed() {
        if (row == null) return true;
        return row.canViewBeDismissed();
    }

    @VisibleForTesting
    boolean isExemptFromDndVisualSuppression() {
        if (isNotificationBlockedByPolicy(mSbn.getNotification())) {