Searched defs:LoaderManager (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DLoaderManager.java37 * While the LoaderManager API was introduced in
58 public abstract class LoaderManager { class
138 * Identifiers are scoped to a particular LoaderManager instance.
142 * @param callback Interface the LoaderManager will call to report about
146 LoaderManager.LoaderCallbacks<D> callback);
158 * Identifiers are scoped to a particular LoaderManager instance.
160 * @param callback Interface the LoaderManager will call to report about
164 LoaderManager.LoaderCallbacks<D> callback);
181 * Print the LoaderManager's state into the given stream.
203 class LoaderManagerImpl extends LoaderManager {
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DLoaderManager.java31 * Static library support version of the framework's {@link android.app.LoaderManager}.
39 public abstract class LoaderManager { class
119 * Identifiers are scoped to a particular LoaderManager instance.
123 * @param callback Interface the LoaderManager will call to report about
127 LoaderManager.LoaderCallbacks<D> callback);
139 * Identifiers are scoped to a particular LoaderManager instance.
141 * @param callback Interface the LoaderManager will call to report about
145 LoaderManager.LoaderCallbacks<D> callback);
162 * Print the LoaderManager's state into the given stream.
187 class LoaderManagerImpl extends LoaderManager {
[all...]

Completed in 84 milliseconds