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

Commit 7f5fc650 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixing log tags in some NotificationSignalExtractors."

parents 2c85fa7f b71ce868
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;