Home
last modified time | relevance | path

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

/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java88 mAdapter.bindStandAloneView(mView, getContext(), mCursor); in testBindView_NoCallLogCacheNorMemoryCache_EnqueueRequest()
106 mAdapter.bindStandAloneView(mView, getContext(), mCursor); in testBindView_CallLogCacheButNoMemoryCache_EnqueueRequest()
124 mAdapter.bindStandAloneView(mView, getContext(), mCursor); in testBindView_NoCallLogButMemoryCache_EnqueueRequest()
139 mAdapter.bindStandAloneView(mView, getContext(), mCursor); in testBindView_BothCallLogAndMemoryCache_NoEnqueueRequest()
154 mAdapter.bindStandAloneView(mView, getContext(), mCursor); in testBindView_MismatchBetwenCallLogAndMemoryCache_EnqueueRequest()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java616 protected void bindStandAloneView(View view, Context context, Cursor cursor) { in bindStandAloneView() method in CallLogAdapter
1287 bindStandAloneView(view, context, cursor); in bindViewForTest()