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

Commit b71ce868 authored by Kweku Adams's avatar Kweku Adams
Browse files

Fixing log tags in some NotificationSignalExtractors.

Test: it builds
Change-Id: Ie3580c2db3e8b26e408958cc6017bed45a591bbd
parent 2cdb576a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ import android.util.Slog;
 * Determines the importance of the given notification.
 */
public class ImportanceExtractor implements NotificationSignalExtractor {
    private static final String TAG = "ImportantTopicExtractor";
    private static final String TAG = "ImportanceExtractor";
    private static final boolean DBG = false;

    private RankingConfig mConfig;
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ import android.util.Slog;
 * Applies adjustments from the group helper and notification assistant
 */
public class NotificationAdjustmentExtractor implements NotificationSignalExtractor {
    private static final String TAG = "BadgeExtractor";
    private static final String TAG = "AdjustmentExtractor";
    private static final boolean DBG = false;


+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ import android.util.Slog;
 * Stores the latest notification channel information for this notification
 */
public class NotificationChannelExtractor implements NotificationSignalExtractor {
    private static final String TAG = "BadgeExtractor";
    private static final String TAG = "ChannelExtractor";
    private static final boolean DBG = false;

    private RankingConfig mConfig;
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ import android.util.Slog;
 * Determines if the given notification can bypass Do Not Disturb.
 */
public class PriorityExtractor implements NotificationSignalExtractor {
    private static final String TAG = "ImportantTopicExtractor";
    private static final String TAG = "PriorityExtractor";
    private static final boolean DBG = false;

    private RankingConfig mConfig;