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

Commit 27765067 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

Change-Id: Id21665ce0393b1fa93a7d079609c2dd5bf5d5cf9
parents 910ee510 0cd4c9b4
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);
    }