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

Commit c3142e64 authored by Zoey Chen's avatar Zoey Chen Committed by android-build-merger
Browse files

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

am: 9b9e22f9

Change-Id: I0df61c98dcf19d39f71637d3b69eca1c8af60a79
parents 9aa64307 9b9e22f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -811,7 +811,7 @@ public class BasicCallTests extends TelecomSystemTest {
        when(getBlockedNumberProvider().call(
                anyString(),
                anyString(),
                eq(BlockedNumberContract.SystemContract.METHOD_SHOULD_SYSTEM_BLOCK_NUMBER),
                eq(BlockedNumberContract.METHOD_SHOULD_SYSTEM_BLOCK_NUMBER),
                eq(phoneNumber),
                nullable(Bundle.class))).thenAnswer(answer);
    }