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

Commit 5c5df6fe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "API review comments Test: make Bug: b/143307441" into rvc-dev am: ff2f634f

Change-Id: I9e4d74b07ee33ad96a85449934f99e83bbcde5f2
parents cee9e2ba ff2f634f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2130,8 +2130,8 @@ public class TelephonyMetrics {
            cq.maxRelativeJitterMillis = callQuality.getMaxRelativeJitter();
            cq.codecType = convertImsCodec(callQuality.getCodecType());
            cq.rtpInactivityDetected = callQuality.isRtpInactivityDetected();
            cq.rxSilenceDetected = callQuality.isIncomingSilenceDetected();
            cq.txSilenceDetected = callQuality.isOutgoingSilenceDetected();
            cq.rxSilenceDetected = callQuality.isIncomingSilenceDetectedAtCallSetup();
            cq.txSilenceDetected = callQuality.isOutgoingSilenceDetectedAtCallSetup();
        }
        return cq;
    }