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

Commit 8cb91293 authored by radhika's avatar radhika
Browse files

API review comments

Test: make
Bug: b/143307441

Change-Id: I51b4d56998256bdbebc3cbb973b28ed1e2f42a28
parent 5eec2486
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;
    }