Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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