Package org.robolectric.shadows
Class ShadowAsyncQueryHandler
java.lang.Object
org.robolectric.shadows.ShadowAsyncQueryHandler
@Implements(android.content.AsyncQueryHandler.class) public class ShadowAsyncQueryHandler extends Object
Shadow of 
AsyncQueryHandler, which calls methods synchronously.- 
Constructor Summary
Constructors Constructor Description ShadowAsyncQueryHandler() - 
Method Summary
Modifier and Type Method Description protected void__constructor__(ContentResolver contentResolver)protected voidcancelOperation(int token)protected voidstartDelete(int token, Object cookie, Uri uri, String selection, String[] selectionArgs)protected voidstartInsert(int token, Object cookie, Uri uri, ContentValues initialValues)protected voidstartQuery(int token, Object cookie, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy)protected voidstartUpdate(int token, Object cookie, Uri uri, ContentValues values, String selection, String[] selectionArgs) 
- 
Constructor Details
- 
ShadowAsyncQueryHandler
public ShadowAsyncQueryHandler() 
 - 
 - 
Method Details
- 
__constructor__
 - 
startDelete
@Implementation protected void startDelete(int token, Object cookie, Uri uri, String selection, String[] selectionArgs) - 
startInsert
@Implementation protected void startInsert(int token, Object cookie, Uri uri, ContentValues initialValues) - 
startQuery
 - 
startUpdate
@Implementation protected void startUpdate(int token, Object cookie, Uri uri, ContentValues values, String selection, String[] selectionArgs) - 
cancelOperation
 
 -