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

Commit 0a57f9f4 authored by Qingqi Lei's avatar Qingqi Lei Committed by Android (Google) Code Review
Browse files

Merge "Fix VoiceCallSessionStatsTest" into tm-qpr-dev

parents e100449f 50f8ae10
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ import com.android.internal.telephony.uicc.UiccSlot;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.ArgumentCaptor;

@@ -909,7 +908,6 @@ public class VoiceCallSessionStatsTest extends TelephonyTest {

    @Test
    @SmallTest
    @Ignore("b/256234604")
    public void singleImsCall_ratSwitchToUnknown() {
        setServiceState(mServiceState, TelephonyManager.NETWORK_TYPE_LTE);
        doReturn(true).when(mImsConnection0).isIncoming();
@@ -923,6 +921,7 @@ public class VoiceCallSessionStatsTest extends TelephonyTest {
                        VOICE_CALL_SESSION__DIRECTION__CALL_DIRECTION_MT,
                        TelephonyManager.NETWORK_TYPE_LTE,
                        ImsReasonInfo.CODE_USER_TERMINATED);
        expectedCall.setupDuration = 1;
        expectedCall.setupDurationMillis = 80;
        expectedCall.setupFailed = false;
        expectedCall.codecBitmask = 1L << AudioCodec.AUDIO_CODEC_AMR;