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

Commit 9c335e82 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

Change-Id: Id0a2c764266fce5d9ef3e9d4b9360b12d38a8a31
parents 3c74b185 e19bf47c
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);
    }