Searched refs:bindStandAloneView (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
D | CallLogAdapterTest.java | 88 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/ |
D | CallLogAdapter.java | 616 protected void bindStandAloneView(View view, Context context, Cursor cursor) { in bindStandAloneView() method in CallLogAdapter 1287 bindStandAloneView(view, context, cursor); in bindViewForTest()
|