android.database.CrossProcessCursorWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
The newest version!
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!"); }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy