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

Commit 7ac5d565 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "NotificationReported.assistant_ranking_score." into rvc-dev am: 50d27e31 am: a8ae8094

Change-Id: I2e4bc0cdd40399e465f963554812f5ecd9753b9a
parents 5c4ff34f a8ae8094
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()
        );
    }