FileDocCategorySizeDatePackage
AsyncQueryHandler.javaAPI DocAndroid 5.1 API2528Sat Mar 14 14:09:34 GMT 2015android.content

AsyncQueryHandler

public abstract class AsyncQueryHandler extends android.os.Handler

Fields Summary
Constructors Summary
public AsyncQueryHandler(android.content.ContentResolver cr)

 throw new RuntimeException("Stub!"); 
Methods Summary
public final voidcancelOperation(int token)

 throw new RuntimeException("Stub!"); 
protected android.os.HandlercreateHandler(android.os.Looper looper)

 throw new RuntimeException("Stub!"); 
public voidhandleMessage(android.os.Message msg)

 throw new RuntimeException("Stub!"); 
protected voidonDeleteComplete(int token, java.lang.Object cookie, int result)

 throw new RuntimeException("Stub!"); 
protected voidonInsertComplete(int token, java.lang.Object cookie, android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
protected voidonQueryComplete(int token, java.lang.Object cookie, android.database.Cursor cursor)

 throw new RuntimeException("Stub!"); 
protected voidonUpdateComplete(int token, java.lang.Object cookie, int result)

 throw new RuntimeException("Stub!"); 
public final voidstartDelete(int token, java.lang.Object cookie, android.net.Uri uri, java.lang.String selection, java.lang.String[] selectionArgs)

 throw new RuntimeException("Stub!"); 
public final voidstartInsert(int token, java.lang.Object cookie, android.net.Uri uri, android.content.ContentValues initialValues)

 throw new RuntimeException("Stub!"); 
public voidstartQuery(int token, java.lang.Object cookie, android.net.Uri uri, java.lang.String[] projection, java.lang.String selection, java.lang.String[] selectionArgs, java.lang.String orderBy)

 throw new RuntimeException("Stub!"); 
public final voidstartUpdate(int token, java.lang.Object cookie, android.net.Uri uri, android.content.ContentValues values, java.lang.String selection, java.lang.String[] selectionArgs)

 throw new RuntimeException("Stub!");