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

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

Merge "Use new SubscriptionInfo constructor" am: e8e24e7e

am: 188272e1

Change-Id: I3bd584dd5e8258713bd101e488ffefea81ad0a48
parents 55ce5351 188272e1
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);
    }