Home
last modified time | relevance | path

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

/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderCustomSupport.java210 public static class AppListLoader extends AsyncTaskLoader<List<AppEntry>> { class in LoaderCustomSupport
217 public AppListLoader(Context context) { in AppListLoader() method in LoaderCustomSupport.AppListLoader
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderCustom.java207 public static class AppListLoader extends AsyncTaskLoader<List<AppEntry>> { class in LoaderCustom
214 public AppListLoader(Context context) { in AppListLoader() method in LoaderCustom.AppListLoader