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

Commit 8d1ee4d1 authored by Jordan Liu's avatar Jordan Liu
Browse files

Update name of intent

The intent was renamed in ag/10144341

Bug: 150244074
Test: No change to behavior
Change-Id: If67e615acec1885cf9f9ba1e085e1b636fe01a8e
parent 7ef9f9b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ public class ServiceStateTrackerTest extends TelephonyTest {
        verify(mContextFixture.getTestDouble(), times(3))
                .sendStickyBroadcastAsUser(intentArgumentCaptor.capture(), eq(UserHandle.ALL));

        // We only want to verify the intent SPN_STRINGS_UPDATED_ACTION.
        // We only want to verify the intent SERVICE_PROVIDERS_UPDATED.
        List<Intent> intents = intentArgumentCaptor.getAllValues();
        logd("Total " + intents.size() + " intents");
        for (Intent intent : intents) {