Searched refs:swapCursor (Results 1 – 7 of 7) sorted by relevance
83 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in PhotoPagerAdapter99 return super.swapCursor(newCursor); in swapCursor()
171 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in BaseCursorPagerAdapter
345 public Cursor swapCursor(Cursor c) { in swapCursor() method in SimpleCursorAdapter350 return super.swapCursor(c); in swapCursor()
356 Cursor old = swapCursor(cursor); in changeCursor()372 public Cursor swapCursor(Cursor newCursor) { in swapCursor() method in CursorAdapter
594 mAdapter.swapCursor(null); in onLoadFinished()631 mAdapter.swapCursor(null); in onLoadFinished()637 mAdapter.swapCursor(data); in onLoadFinished()664 mAdapter.swapCursor(null); in onLoaderReset()
54443 method public android.database.Cursor swapCursor(android.database.Cursor);
37187 method public android.database.Cursor swapCursor(android.database.Cursor);