Loading src/com/android/server/telecom/callfiltering/BlockCheckerFilter.java +1 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,7 @@ public class BlockCheckerFilter extends CallFilter { .setShouldReject(true) .setShouldAddToCallLog(true) .setShouldShowNotification(false) .setShouldSilence(true) .setCallBlockReason(getBlockReason(blockStatus)) .setCallScreeningAppName(null) .setCallScreeningComponentName(null) Loading tests/src/com/android/server/telecom/tests/BlockCheckerFilterTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ public class BlockCheckerFilterTest extends TelecomTestCase { private static final CallFilteringResult BLOCK_RESULT = new CallFilteringResult.Builder() .setShouldAllowCall(false) .setShouldReject(true) .setShouldSilence(true) .setShouldAddToCallLog(true) .setShouldShowNotification(false) .setCallBlockReason(CallLog.Calls.BLOCK_REASON_BLOCKED_NUMBER) Loading Loading
src/com/android/server/telecom/callfiltering/BlockCheckerFilter.java +1 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,7 @@ public class BlockCheckerFilter extends CallFilter { .setShouldReject(true) .setShouldAddToCallLog(true) .setShouldShowNotification(false) .setShouldSilence(true) .setCallBlockReason(getBlockReason(blockStatus)) .setCallScreeningAppName(null) .setCallScreeningComponentName(null) Loading
tests/src/com/android/server/telecom/tests/BlockCheckerFilterTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ public class BlockCheckerFilterTest extends TelecomTestCase { private static final CallFilteringResult BLOCK_RESULT = new CallFilteringResult.Builder() .setShouldAllowCall(false) .setShouldReject(true) .setShouldSilence(true) .setShouldAddToCallLog(true) .setShouldShowNotification(false) .setCallBlockReason(CallLog.Calls.BLOCK_REASON_BLOCKED_NUMBER) Loading