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

Commit 8c068f6e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix testNotifyCarrierRoamingNtnSignalStrengthChanged" into main

parents 12ab6ca0 2e85278a
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};