Searched refs:LoaderManager (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
H A DLoaderManager.java38 * While the LoaderManager API was introduced in
59 public abstract class LoaderManager { class
139 * Identifiers are scoped to a particular LoaderManager instance.
143 * @param callback Interface the LoaderManager will call to report about
147 LoaderManager.LoaderCallbacks<D> callback);
159 * Identifiers are scoped to a particular LoaderManager instance.
161 * @param callback Interface the LoaderManager will call to report about
165 LoaderManager.LoaderCallbacks<D> callback);
182 * Print the LoaderManager's state into the given stream.
201 class LoaderManagerImpl extends LoaderManager {
[all...]
H A DFragment.java954 * Return the LoaderManager for this fragment, creating it if needed.
956 public LoaderManager getLoaderManager() {
H A DActivity.java803 * Return the LoaderManager for this fragment, creating it if needed.
805 public LoaderManager getLoaderManager() {
1672 * or later, consider instead using {@link LoaderManager} instead, available
1712 * or later, consider instead using {@link LoaderManager} instead, available
1753 * or later, consider instead using {@link LoaderManager} instead, available
1768 * {@link LoaderManager} instead; this is also
1792 * {@link LoaderManager} instead; this is also
/frameworks/support/v4/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...]
H A DFragment.java765 * Return the LoaderManager for this fragment, creating it if needed.
767 public LoaderManager getLoaderManager() {
H A DFragmentActivity.java726 * Return the LoaderManager for this fragment, creating it if needed.
728 public LoaderManager getSupportLoaderManager() {

Completed in 154 milliseconds