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

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

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

Change-Id: I15da3898f0f18a4d8314678ed412957c12ae6e77
parents d85e1d11 a89b74ef
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) {