OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppListLoader
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java
83
public AppEntry(
AppListLoader
loader, ApplicationInfo info) {
138
private final
AppListLoader
mLoader;
182
final
AppListLoader
mLoader;
184
public PackageIntentReceiver(
AppListLoader
loader) {
207
public static class
AppListLoader
extends AsyncTaskLoader<List<AppEntry>> {
214
public
AppListLoader
(Context context) {
461
return new
AppListLoader
(getActivity());
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java
83
public AppEntry(
AppListLoader
loader, ApplicationInfo info) {
138
private final
AppListLoader
mLoader;
182
final
AppListLoader
mLoader;
184
public PackageIntentReceiver(
AppListLoader
loader) {
207
public static class
AppListLoader
extends AsyncTaskLoader<List<AppEntry>> {
214
public
AppListLoader
(Context context) {
461
return new
AppListLoader
(getActivity());
Completed in 54 milliseconds