From 4bbb9c8b606eee55462bfd5d96c50d4fbabe819f Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 31 Mar 2016 11:11:01 -0700 Subject: Integrate spam feature into call logs. + Add block and report spam actions. + Show spam icon and label for call log item. + Add stableIds for CallLogAdapter to improve performance(reuse same viewItem to minimize update work). * Fix funky UI of call log. Change-Id: I6144d70b6a8e38061e1447d0d01910d53026d1db Fix: 27295728 Fix: 26907466 --- InCallUI/src/com/android/incallui/CallList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'InCallUI') diff --git a/InCallUI/src/com/android/incallui/CallList.java b/InCallUI/src/com/android/incallui/CallList.java index a3a9d743e..61e8aa452 100644 --- a/InCallUI/src/com/android/incallui/CallList.java +++ b/InCallUI/src/com/android/incallui/CallList.java @@ -96,7 +96,7 @@ public class CallList { onIncoming(call, call.getCannedSmsResponses()); if (mExtendedCallInfoService != null) { String number = TelecomCallUtil.getNumber(telecomCall); - mExtendedCallInfoService.getExtendedCallInfo(number, + mExtendedCallInfoService.getExtendedCallInfo(number, null, new ExtendedCallInfoService.Listener() { @Override public void onComplete(boolean isSpam) { -- cgit v1.2.3