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

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DLoaderCustom.java85 public AppEntry(AppListLoader loader, ApplicationInfo info) {
140 private final AppListLoader mLoader;
184 final AppListLoader mLoader;
186 public PackageIntentReceiver(AppListLoader loader) {
209 public static class AppListLoader extends AsyncTaskLoader<List<AppEntry>> { class in class:LoaderCustom
216 public AppListLoader(Context context) { method in class:LoaderCustom.AppListLoader
492 return new AppListLoader(getActivity());
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java87 public AppEntry(AppListLoader loader, ApplicationInfo info) {
142 private final AppListLoader mLoader;
186 final AppListLoader mLoader;
188 public PackageIntentReceiver(AppListLoader loader) {
211 public static class AppListLoader extends AsyncTaskLoader<List<AppEntry>> { class in class:LoaderCustomSupport
218 public AppListLoader(Context context) { method in class:LoaderCustomSupport.AppListLoader
480 return new AppListLoader(getActivity());

Completed in 189 milliseconds