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

Commit 0877124a authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Telephony: remove usages of deprecated Mockito matchers" into main

parents d3414f5e b096be51
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();