public interface IBulkCursor extends IInterface
Modifier and Type | Field and Description |
---|---|
static int |
CLOSE_TRANSACTION |
static int |
DEACTIVATE_TRANSACTION |
static String |
descriptor |
static int |
GET_CURSOR_WINDOW_TRANSACTION |
static int |
GET_EXTRAS_TRANSACTION |
static int |
ON_MOVE_TRANSACTION |
static int |
REQUERY_TRANSACTION |
static int |
RESPOND_TRANSACTION |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
deactivate() |
Bundle |
getExtras() |
CursorWindow |
getWindow(int position)
Gets a cursor window that contains the specified position.
|
void |
onMove(int position)
Notifies the cursor that the position has changed.
|
int |
requery(IContentObserver observer) |
Bundle |
respond(Bundle extras) |
asBinder
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
CursorWindow getWindow(int position) throws RemoteException
RemoteException
void onMove(int position) throws RemoteException
#getWantsAllOnMoveCalls()
returns true.position
- The new positionRemoteException
void deactivate() throws RemoteException
RemoteException
void close() throws RemoteException
RemoteException
int requery(IContentObserver observer) throws RemoteException
RemoteException
Bundle getExtras() throws RemoteException
RemoteException
Bundle respond(Bundle extras) throws RemoteException
RemoteException