Example usage for Java android.content AsyncQueryHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
void | startDelete(int token, Object cookie, Uri uri, String selection, String[] selectionArgs) This method begins an asynchronous delete. |
void | startInsert(int token, Object cookie, Uri uri, ContentValues initialValues) This method begins an asynchronous insert. |
void | startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) This method begins an asynchronous query. |
void | startUpdate(int token, Object cookie, Uri uri, ContentValues values, String selection, String[] selectionArgs) This method begins an asynchronous update. |