FileDocCategorySizeDatePackage
CrossProcessCursorWrapper.javaAPI DocAndroid 5.1 API610Sat Mar 14 14:09:44 GMT 2015android.database

CrossProcessCursorWrapper.java

package android.database;
public class CrossProcessCursorWrapper
  extends android.database.CursorWrapper
  implements android.database.CrossProcessCursor
{
public  CrossProcessCursorWrapper(android.database.Cursor cursor) { super((android.database.Cursor)null); throw new RuntimeException("Stub!"); }
public  void fillWindow(int position, android.database.CursorWindow window) { throw new RuntimeException("Stub!"); }
public  android.database.CursorWindow getWindow() { throw new RuntimeException("Stub!"); }
public  boolean onMove(int oldPosition, int newPosition) { throw new RuntimeException("Stub!"); }
}