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

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

Merge "NotificationReported.assistant_ranking_score." into rvc-dev

parents 8838c087 54b9542a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public class NotificationRecordLoggerImpl implements NotificationRecordLogger {
                /* android.stats.sysui.NotificationImportance importance_asst = 19 */
                r.getAssistantImportance(),
                /* int32 assistant_hash = 20 */ p.getAssistantHash(),
                /* float assistant_ranking_score = 21 */ 0 // TODO connect up ranking score
                /* float assistant_ranking_score = 21 */ r.getRankingScore()
        );
    }