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

Commit 2e85278a authored by Aishwarya Mallampati's avatar Aishwarya Mallampati
Browse files

Fix testNotifyCarrierRoamingNtnSignalStrengthChanged

Bug: 402516277
Test: atest TelephonyRegistryTest
Flag: EXEMPT bugfix
Change-Id: Ie4c173690543dc72c5a083fabcb91b9b919a7f8b
parent 9e32e688
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1815,7 +1815,7 @@ public class TelephonyRegistryTest extends TelephonyTest {
    @Test
    @EnableFlags(Flags.FLAG_CARRIER_ROAMING_NB_IOT_NTN)
    public void testNotifyCarrierRoamingNtnSignalStrengthChanged() {
        int subId = INVALID_SUBSCRIPTION_ID;
        int subId = 2;
        doReturn(mMockSubInfo).when(mSubscriptionManager).getActiveSubscriptionInfo(anyInt());
        doReturn(0/*slotIndex*/).when(mMockSubInfo).getSimSlotIndex();
        int[] events = {TelephonyCallback.EVENT_CARRIER_ROAMING_NTN_SIGNAL_STRENGTH_CHANGED};