Example #1
0
 /** {@inheritDoc} */
 public void onQueryComplete(int token, Object cookie, Cursor cursor) {
   startManagingCursor(cursor);
   mAdapter.changeCursor(cursor);
 }