Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectSyncedCalendarsMultiAccountAdapter.java286 protected void bindChildView(View view, Context context, Cursor cursor, boolean isLastChild) { in bindChildView() method in SelectSyncedCalendarsMultiAccountAdapter
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DCallLogActivityTests.java182 mAdapter.bindChildView(view, getActivity(), mCursor); in testCallAndGroupViews_ChildView()
/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogAdapter.java399 public void bindChildView(View view, Context context, Cursor cursor) { in bindChildView() method in CallLogAdapter
/packages/apps/Music/src/com/android/music/
DArtistAlbumBrowserActivity.java697 public void bindChildView(View view, Context context, Cursor cursor, boolean islast) { in bindChildView() method in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter