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

Commit 2a3fbc05 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Update name of intent am: 8d1ee4d1 am: 9335f994 am: a89b74ef am: a6af18ec

Change-Id: Id9e7c9191dec06ff3c76ff9a0c4052839ae90856
parents 4b1a764a a6af18ec
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) {