From bb48628db6fd444460df61be7afa7fb633f47f50 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 12 May 2015 14:17:28 -0700 Subject: Indicate whether CallLogAdapter is for Recents. Bug: 20924950 Change-Id: I6163565ec508d245afd83112927d636a4a50f27e --- tests/src/com/android/dialer/calllog/CallLogAdapterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/src/com/android/dialer/calllog/CallLogAdapterTest.java b/tests/src/com/android/dialer/calllog/CallLogAdapterTest.java index 70d63c9ac..5f09cb74b 100644 --- a/tests/src/com/android/dialer/calllog/CallLogAdapterTest.java +++ b/tests/src/com/android/dialer/calllog/CallLogAdapterTest.java @@ -204,7 +204,7 @@ public class CallLogAdapterTest extends AndroidTestCase { private static final class TestCallLogAdapter extends CallLogAdapter { public TestCallLogAdapter(Context context, CallFetcher callFetcher, ContactInfoHelper contactInfoHelper) { - super(context, callFetcher, contactInfoHelper, null); + super(context, callFetcher, contactInfoHelper, false, null); mContactInfoCache = new TestContactInfoCache( contactInfoHelper, mOnContactInfoChangedListener); } -- cgit v1.2.3