to top
Android APIs
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
AsyncQueryHandler.WorkerArgs()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Object cookie

Added in API level 1

public Handler handler

Added in API level 1

public String orderBy

Added in API level 1

public String[] projection

Added in API level 1

public Object result

Added in API level 1

public String selection

Added in API level 1

public String[] selectionArgs

Added in API level 1

public Uri uri

Added in API level 1

public ContentValues values

Added in API level 1

Protected Constructors

protected AsyncQueryHandler.WorkerArgs ()

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.