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

Commit e8e24e7e authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by Gerrit Code Review
Browse files

Merge "Use new SubscriptionInfo constructor"

parents 44360bc9 b9a6c65a
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);
    }