public static class RecentsCreateFragment.RecentsCreateLoader extends UriDerivativeLoader<Uri,List<DocumentStack>>
Loader.ForceLoadContentObserver, Loader.OnLoadCanceledListener<D>, Loader.OnLoadCompleteListener<D>
Constructor and Description |
---|
RecentsCreateLoader(Context context,
RootsCache roots,
State state) |
Modifier and Type | Method and Description |
---|---|
List<DocumentStack> |
loadInBackground(Uri uri,
CancellationSignal signal) |
cancelLoadInBackground, deliverResult, loadInBackground, onCanceled, onReset, onStartLoading, onStopLoading
dump, isLoadInBackgroundCanceled, onCancelLoad, onForceLoad, onLoadInBackground, setUpdateThrottle, waitForLoader
abandon, cancelLoad, commitContentChanged, dataToString, deliverCancellation, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, registerListener, registerOnLoadCanceledListener, reset, rollbackContentChanged, startLoading, stopLoading, takeContentChanged, toString, unregisterListener, unregisterOnLoadCanceledListener
public RecentsCreateLoader(Context context, RootsCache roots, State state)
public List<DocumentStack> loadInBackground(Uri uri, CancellationSignal signal)
loadInBackground
in class UriDerivativeLoader<Uri,List<DocumentStack>>