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

Since: API Level 1

public Handler handler

Since: API Level 1

public String orderBy

Since: API Level 1

public String[] projection

Since: API Level 1

public Object result

Since: API Level 1

public String selection

Since: API Level 1

public String[] selectionArgs

Since: API Level 1

public Uri uri

Since: API Level 1

public ContentValues values

Since: API Level 1

Protected Constructors

protected AsyncQueryHandler.WorkerArgs ()

Since: API Level 1