Ejemplo n.º 1
0
 @Override
 public boolean moveToPrevious() {
   checkClosed();
   return mCursor.moveToPrevious();
 }