HomeSort by relevance Sort by last modified time
    Searched defs:LoaderManager (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/base/core/java/android/app/
LoaderManager.java 37 * While the LoaderManager API was introduced in
58 public abstract class LoaderManager {
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/
LoaderManager.java 31 * Static library support version of the framework's {@link android.app.LoaderManager}.
39 public abstract class LoaderManager {
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...]