Searched refs:swapCursor (Results 1 – 6 of 6) sorted by relevance
133 mChangeAdapter.swapCursor(null); in changeClick()140 mChangeAdapter.swapCursor(null); in deleteClick()210 mChangeAdapter.swapCursor(data); in onLoadFinished()227 mDeleteAdapter.swapCursor(new DeleteCursorWrapper(data)); in onLoadFinished()246 mChangeAdapter.swapCursor(null); in onLoaderReset()249 mDeleteAdapter.swapCursor(null); in onLoaderReset()
199 mAdapter.swapCursor(data); in onLoadFinished()213 mAdapter.swapCursor(null); in onLoaderReset()
204 mAdapter.swapCursor(data); in onLoadFinished()218 mAdapter.swapCursor(null); in onLoaderReset()
497 mAdapter.swapCursor(data); in onLoadFinished()508 mAdapter.swapCursor(null); in onLoaderReset()
183 mAdapter.swapCursor(cursor); in onLoadFinished()190 mAdapter.swapCursor(null); in onLoaderReset()
494 mAdapter.swapCursor(data); in onLoadFinished()528 mAdapter.swapCursor(null); in onLoaderReset()788 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in ContactsListFragment.ContactsAdapter791 return super.swapCursor(newCursor); in swapCursor()