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

Commit 21aec7a3 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Update name of intent am: 8d1ee4d1 am: 11e61dbb

Change-Id: I979cae50c8806fad64ee852ad01707b4ea126938
parents d32c9f5c 11e61dbb
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) {