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

/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java83 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>> { class in class:LoaderCustomSupport
214 public AppListLoader(Context context) { method in class:LoaderCustomSupport.AppListLoader
477 return new AppListLoader(getActivity());
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java83 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>> { class in class:LoaderCustomSupport
214 public AppListLoader(Context context) { method in class:LoaderCustomSupport.AppListLoader
477 return new AppListLoader(getActivity());

Completed in 29 milliseconds