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

Commit b096be51 authored by Adrian Roos's avatar Adrian Roos
Browse files

Telephony: remove usages of deprecated Mockito matchers

Upstream Mockito has deleted the deprecated matchers. Migrates usage to replacements
to unblock upgrade.

Test: m checkbuild
Flag: TEST_ONLY
Bug: 310268946
Change-Id: I49ccbbf90defba79dc1e7c83e6011743d045fca6
parent e1db9bd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ public class WapPushOverSmsTest extends TelephonyTest {
                eq(android.Manifest.permission.RECEIVE_WAP_PUSH),
                eq(AppOpsManager.OPSTR_RECEIVE_WAP_PUSH),
                nullable(Bundle.class),
                isNull(InboundSmsHandler.SmsBroadcastReceiver.class),
                isNull(),
                eq(MOCKED_MAIN_USER),
                anyInt());
        Intent intent = intentArgumentCaptor.getValue();