All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.database.CrossProcessCursorWrapper Maven / Gradle / Ivy

Go to download

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