@Implements(android.content.AsyncQueryHandler.class) public class ShadowAsyncQueryHandler extends Object
AsyncQueryHandler
, which calls methods synchronously.Constructor | Description |
---|---|
ShadowAsyncQueryHandler() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
__constructor__(ContentResolver contentResolver) |
|
protected void |
cancelOperation(int token) |
|
protected void |
startDelete(int token,
Object cookie,
Uri uri,
String selection,
String[] selectionArgs) |
|
protected void |
startInsert(int token,
Object cookie,
Uri uri,
ContentValues initialValues) |
|
protected void |
startQuery(int token,
Object cookie,
Uri uri,
String[] projection,
String selection,
String[] selectionArgs,
String orderBy) |
|
protected void |
startUpdate(int token,
Object cookie,
Uri uri,
ContentValues values,
String selection,
String[] selectionArgs) |
@Implementation protected void __constructor__(ContentResolver contentResolver)
@Implementation protected void startDelete(int token, Object cookie, Uri uri, String selection, String[] selectionArgs)
@Implementation protected void startInsert(int token, Object cookie, Uri uri, ContentValues initialValues)
@Implementation protected void startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy)
@Implementation protected void startUpdate(int token, Object cookie, Uri uri, ContentValues values, String selection, String[] selectionArgs)
@Implementation protected final void cancelOperation(int token)