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

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

Merge "Network identified emergency call metric fix."

parents b4e8963a ce41008f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -446,7 +446,7 @@ public class VoiceCallSessionStats {
        proto.srvccFailureCount = 0L;
        proto.srvccFailureCount = 0L;
        proto.srvccCancellationCount = 0L;
        proto.srvccCancellationCount = 0L;
        proto.rttEnabled = false;
        proto.rttEnabled = false;
        proto.isEmergency = conn.isEmergencyCall();
        proto.isEmergency = conn.isEmergencyCall() || conn.isNetworkIdentifiedEmergencyCall();
        proto.isRoaming = serviceState != null ? serviceState.getVoiceRoaming() : false;
        proto.isRoaming = serviceState != null ? serviceState.getVoiceRoaming() : false;
        proto.isMultiparty = conn.isMultiparty();
        proto.isMultiparty = conn.isMultiparty();