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

Commit a8ae8094 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

Change-Id: Ie274ce82c8f488da9debc3ce25ed5de3b5eac6a7
parents d1fd2a90 50d27e31
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()
        );
    }