OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoaderManager
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/app/
LoaderManager.java
37
* While the
LoaderManager
API was introduced in
57
public abstract class
LoaderManager
{
137
* Identifiers are scoped to a particular
LoaderManager
instance.
141
* @param callback Interface the
LoaderManager
will call to report about
145
LoaderManager
.LoaderCallbacks<D> callback);
157
* Identifiers are scoped to a particular
LoaderManager
instance.
159
* @param callback Interface the
LoaderManager
will call to report about
163
LoaderManager
.LoaderCallbacks<D> callback);
180
* Print the
LoaderManager
's state into the given stream.
199
class LoaderManagerImpl extends
LoaderManager
{
[
all
...]
/frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java
30
* Static library support version of the framework's {@link android.app.
LoaderManager
}.
38
public abstract class
LoaderManager
{
118
* Identifiers are scoped to a particular
LoaderManager
instance.
122
* @param callback Interface the
LoaderManager
will call to report about
126
LoaderManager
.LoaderCallbacks<D> callback);
138
* Identifiers are scoped to a particular
LoaderManager
instance.
140
* @param callback Interface the
LoaderManager
will call to report about
144
LoaderManager
.LoaderCallbacks<D> callback);
161
* Print the
LoaderManager
's state into the given stream.
180
class LoaderManagerImpl extends
LoaderManager
{
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 431 milliseconds