# Print output for @column tags ?> AsyncQueryHandler.WorkerArgs - Android SDK | Android Developers

Most visited

Recently visited

AsyncQueryHandler.WorkerArgs

protected static final class AsyncQueryHandler.WorkerArgs
extends Object

java.lang.Object
   ↳ android.content.AsyncQueryHandler.WorkerArgs


Summary

Fields

public Object cookie

public Handler handler

public String orderBy

public String[] projection

public Object result

public String selection

public String[] selectionArgs

public Uri uri

public ContentValues values

Protected constructors

WorkerArgs()

Inherited methods

Fields

public Object cookie

handler

public Handler handler

orderBy

public String orderBy

projection

public String[] projection

result

public Object result

selection

public String selection

selectionArgs

public String[] selectionArgs

uri

public Uri uri

values

public ContentValues values

Protected constructors

WorkerArgs

protected WorkerArgs ()