FileDocCategorySizeDatePackage
IBulkCursor.javaAPI DocAndroid 5.1 API2449Thu Mar 12 22:22:10 GMT 2015android.database

IBulkCursor

public interface IBulkCursor implements android.os.IInterface
This interface provides a low-level way to pass bulk cursor data across both process and language boundaries. Application code should use the Cursor interface directly. {@hide}

Fields Summary
static final String
descriptor
static final int
GET_CURSOR_WINDOW_TRANSACTION
static final int
DEACTIVATE_TRANSACTION
static final int
REQUERY_TRANSACTION
static final int
ON_MOVE_TRANSACTION
static final int
GET_EXTRAS_TRANSACTION
static final int
RESPOND_TRANSACTION
static final int
CLOSE_TRANSACTION
Constructors Summary
Methods Summary
public voidclose()

public voiddeactivate()

public android.os.BundlegetExtras()

public CursorWindowgetWindow(int position)
Gets a cursor window that contains the specified position. The window will contain a range of rows around the specified position.

public voidonMove(int position)
Notifies the cursor that the position has changed. Only called when {@link #getWantsAllOnMoveCalls()} returns true.

param
position The new position

public intrequery(IContentObserver observer)

public android.os.Bundlerespond(android.os.Bundle extras)