protected static final class

AsyncQueryHandler.WorkerArgs

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

Summary

Fields
public Objectcookie
public Handlerhandler
public StringorderBy
public String[]projection
public Objectresult
public Stringselection
public String[]selectionArgs
public Uriuri
public ContentValuesvalues
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