Searched refs:TestCallLogAdapter (Results 1 – 1 of 1) sorted by relevance
45 private TestCallLogAdapter mAdapter;71 mAdapter = new TestCallLogAdapter(getContext(), fakeCallFetcher, fakeContactInfoHelper); in setUp()204 private static final class TestCallLogAdapter extends CallLogAdapter { class in CallLogAdapterTest205 public TestCallLogAdapter(Context context, CallFetcher callFetcher, in TestCallLogAdapter() method in CallLogAdapterTest.TestCallLogAdapter