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

Commit 188272e1 authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by android-build-merger
Browse files

Merge "Use new SubscriptionInfo constructor"

am: e8e24e7e

Change-Id: I1e51d7951cc3594685c9dd2e0b4c0e2aedb3e84f
parents fbc7d271 e8e24e7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ public class DataUsageSummaryPreferenceControllerTest {
                mActivity, null, null, null);

        final SubscriptionInfo subInfo = new SubscriptionInfo(0, "123456", 0, "name", "carrier",
                0, 0, "number", 0, null, "123", "456", "ZX");
                0, 0, "number", 0, null, "123", "456", "ZX", false, null, null);
        when(mSubscriptionManager.getDefaultDataSubscriptionInfo()).thenReturn(subInfo);
        assertThat(mController.getAvailabilityStatus()).isEqualTo(AVAILABLE);
    }