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

Commit 0cd4c9b4 authored by zoey chen's avatar zoey chen Committed by Zoey Chen
Browse files

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

Reason: Revisit and redesign in S

Bug: 147390517
Test: make
Change-Id: Iaa06530a4a2411494f55322131d5a1a40b7b3020
Merged-In: Iaa06530a4a2411494f55322131d5a1a40b7b3020
(cherry picked from commit ddce7e21)
parent 7b490e93
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);
    }