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

Commit df2f02d8 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Update name of intent am: 8d1ee4d1 am: 9335f994 am: 60df668c

Change-Id: I7609c4d9e2abd9e34e6f3147480b13fd79bb4b0a
parents 23f1ed23 60df668c
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) {