Methods Summary |
---|
public final void | cancelOperation(int token) throw new RuntimeException("Stub!");
|
protected android.os.Handler | createHandler(android.os.Looper looper) throw new RuntimeException("Stub!");
|
public void | handleMessage(android.os.Message msg) throw new RuntimeException("Stub!");
|
protected void | onDeleteComplete(int token, java.lang.Object cookie, int result) throw new RuntimeException("Stub!");
|
protected void | onInsertComplete(int token, java.lang.Object cookie, android.net.Uri uri) throw new RuntimeException("Stub!");
|
protected void | onQueryComplete(int token, java.lang.Object cookie, android.database.Cursor cursor) throw new RuntimeException("Stub!");
|
protected void | onUpdateComplete(int token, java.lang.Object cookie, int result) throw new RuntimeException("Stub!");
|
public final void | startDelete(int token, java.lang.Object cookie, android.net.Uri uri, java.lang.String selection, java.lang.String[] selectionArgs) throw new RuntimeException("Stub!");
|
public final void | startInsert(int token, java.lang.Object cookie, android.net.Uri uri, android.content.ContentValues initialValues) throw new RuntimeException("Stub!");
|
public void | startQuery(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 void | startUpdate(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!");
|