FileDocCategorySizeDatePackage
CursorLoader.javaAPI DocAndroid 5.1 API2159Sat Mar 14 14:09:42 GMT 2015android.content

CursorLoader

public class CursorLoader extends android.content.AsyncTaskLoader

Fields Summary
Constructors Summary
public CursorLoader(android.content.Context context)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
public CursorLoader(android.content.Context context, android.net.Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
Methods Summary
public voidcancelLoadInBackground()

 throw new RuntimeException("Stub!"); 
public voiddeliverResult(android.database.Cursor cursor)

 throw new RuntimeException("Stub!"); 
public voiddump(java.lang.String prefix, java.io.FileDescriptor fd, java.io.PrintWriter writer, java.lang.String[] args)

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getProjection()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSelection()

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getSelectionArgs()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSortOrder()

 throw new RuntimeException("Stub!"); 
public android.net.UrigetUri()

 throw new RuntimeException("Stub!"); 
public android.database.CursorloadInBackground()

 throw new RuntimeException("Stub!"); 
public voidonCanceled(android.database.Cursor cursor)

 throw new RuntimeException("Stub!"); 
protected voidonReset()

 throw new RuntimeException("Stub!"); 
protected voidonStartLoading()

 throw new RuntimeException("Stub!"); 
protected voidonStopLoading()

 throw new RuntimeException("Stub!"); 
public voidsetProjection(java.lang.String[] projection)

 throw new RuntimeException("Stub!"); 
public voidsetSelection(java.lang.String selection)

 throw new RuntimeException("Stub!"); 
public voidsetSelectionArgs(java.lang.String[] selectionArgs)

 throw new RuntimeException("Stub!"); 
public voidsetSortOrder(java.lang.String sortOrder)

 throw new RuntimeException("Stub!"); 
public voidsetUri(android.net.Uri uri)

 throw new RuntimeException("Stub!");