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

Commit 6319439b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Revert [Telephony mainline] Move METHOD_* constants from SystemContract to...

Revert [Telephony mainline] Move METHOD_* constants from SystemContract to BlockedNumberContract am: 0cd4c9b4 am: e19bf47c am: 9c335e82

Change-Id: I9bd43ad1121956ec05fdc214b7543408f7b5665c
parents f82ec1f6 9c335e82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -812,7 +812,7 @@ public class BasicCallTests extends TelecomSystemTest {
                anyString(),
                nullable(String.class),
                anyString(),
                eq(BlockedNumberContract.METHOD_SHOULD_SYSTEM_BLOCK_NUMBER),
                eq(BlockedNumberContract.SystemContract.METHOD_SHOULD_SYSTEM_BLOCK_NUMBER),
                eq(phoneNumber),
                nullable(Bundle.class))).thenAnswer(answer);
    }