Home
last modified time | relevance | path

Searched refs:changeCursor (Results 1 – 9 of 9) sorted by relevance

/packages/apps/TV/src/com/android/tv/dialog/
DRecentlyWatchedDialogFragment.java119 mAdapter.changeCursor(null); in onDestroy()
147 mAdapter.changeCursor(cursor); in onLoadFinished()
152 mAdapter.changeCursor(null); in onLoaderReset()
/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListAdapter.java115 changeCursor(PARTITION_SUGGESTIONS, cursor); in setSuggestionsCursor()
119 public void changeCursor(Cursor cursor) { in changeCursor() method in JoinContactListAdapter
120 changeCursor(PARTITION_ALL_CONTACTS, cursor); in changeCursor()
DContactEntryListAdapter.java459 public void changeCursor(int partitionIndex, Cursor cursor) { in changeCursor() method in ContactEntryListAdapter
474 super.changeCursor(partitionIndex, cursor); in changeCursor()
484 public void changeCursor(Cursor cursor) { in changeCursor() method in ContactEntryListAdapter
485 changeCursor(0, cursor); in changeCursor()
DContactListAdapter.java372 public void changeCursor(int partitionIndex, Cursor cursor) { in changeCursor() method in ContactListAdapter
373 super.changeCursor(partitionIndex, cursor); in changeCursor()
DContactEntryListFragment.java483 mAdapter.changeCursor(partitionIndex, data);
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DGroupingListAdapter.java74 public void changeCursor(Cursor cursor) { in changeCursor() method in GroupingListAdapter
DCallLogFragment.java237 adapter.changeCursor(cursor); in onCallsFetched()
471 adapter.changeCursor(null); in onDestroy()
/packages/apps/Messaging/src/com/android/messaging/ui/
DCursorRecyclerAdapter.java223 public void changeCursor(final Cursor cursor) { in changeCursor() method in CursorRecyclerAdapter
/packages/services/Telephony/src/com/android/phone/
DADNList.java154 mCursorAdapter.changeCursor(mCursor); in setAdapter()