Home
last modified time | relevance | path

Searched refs:TestCallLogAdapter (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java45 private TestCallLogAdapter mAdapter;
71 mAdapter = new TestCallLogAdapter(getContext(), fakeCallFetcher, fakeContactInfoHelper); in setUp()
204 private static final class TestCallLogAdapter extends CallLogAdapter { class in CallLogAdapterTest
205 public TestCallLogAdapter(Context context, CallFetcher callFetcher, in TestCallLogAdapter() method in CallLogAdapterTest.TestCallLogAdapter