Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DCallLogActivityTests.java173 mAdapter.bindStandAloneView(view, getActivity(), mCursor); in testCallAndGroupViews_StandAloneView()
191 mAdapter.bindStandAloneView(view, getActivity(), mCursor); in testBindView_NumberOnlyNoCache()
204 mAdapter.bindStandAloneView(view, getActivity(), mCursor); in testBindView_NumberOnlyDbCachedFormattedNumber()
216 mAdapter.bindStandAloneView(view, getActivity(), mCursor); in testBindView_WithCachedName()
229 mAdapter.bindStandAloneView(view, getActivity(), mCursor); in testBindView_UriNumber()
242 mAdapter.bindStandAloneView(view, getActivity(), mCursor); in testBindView_HomeLabel()
255 mAdapter.bindStandAloneView(view, getActivity(), mCursor); in testBindView_WorkLabel()
269 mAdapter.bindStandAloneView(view, getActivity(), mCursor); in testBindView_CustomLabel()
282 mAdapter.bindStandAloneView(view, getActivity(), mCursor); in testBindView_WithQuickContactBadge()
293 mAdapter.bindStandAloneView(view, getActivity(), mCursor); in testBindView_WithoutQuickContactBadge()
[all …]
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogAdapterTest.java89 mAdapter.bindStandAloneView(mView, getContext(), mCursor); in testBindView_NoCallLogCacheNorMemoryCache_EnqueueRequest()
107 mAdapter.bindStandAloneView(mView, getContext(), mCursor); in testBindView_CallLogCacheButNoMemoryCache_EnqueueRequest()
125 mAdapter.bindStandAloneView(mView, getContext(), mCursor); in testBindView_NoCallLogButMemoryCache_EnqueueRequest()
140 mAdapter.bindStandAloneView(mView, getContext(), mCursor); in testBindView_BothCallLogAndMemoryCache_NoEnqueueRequest()
155 mAdapter.bindStandAloneView(mView, getContext(), mCursor); in testBindView_MismatchBetwenCallLogAndMemoryCache_EnqueueRequest()
/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogAdapter.java383 public void bindStandAloneView(View view, Context context, Cursor cursor) { in bindStandAloneView() method in CallLogAdapter