Searched refs:changeCursor (Results 1 – 9 of 9) sorted by relevance
119 mAdapter.changeCursor(null); in onDestroy()147 mAdapter.changeCursor(cursor); in onLoadFinished()152 mAdapter.changeCursor(null); in onLoaderReset()
115 changeCursor(PARTITION_SUGGESTIONS, cursor); in setSuggestionsCursor()119 public void changeCursor(Cursor cursor) { in changeCursor() method in JoinContactListAdapter120 changeCursor(PARTITION_ALL_CONTACTS, cursor); in changeCursor()
459 public void changeCursor(int partitionIndex, Cursor cursor) { in changeCursor() method in ContactEntryListAdapter474 super.changeCursor(partitionIndex, cursor); in changeCursor()484 public void changeCursor(Cursor cursor) { in changeCursor() method in ContactEntryListAdapter485 changeCursor(0, cursor); in changeCursor()
372 public void changeCursor(int partitionIndex, Cursor cursor) { in changeCursor() method in ContactListAdapter373 super.changeCursor(partitionIndex, cursor); in changeCursor()
483 mAdapter.changeCursor(partitionIndex, data);
74 public void changeCursor(Cursor cursor) { in changeCursor() method in GroupingListAdapter
237 adapter.changeCursor(cursor); in onCallsFetched()471 adapter.changeCursor(null); in onDestroy()
223 public void changeCursor(final Cursor cursor) { in changeCursor() method in CursorRecyclerAdapter
154 mCursorAdapter.changeCursor(mCursor); in setAdapter()