Home
last modified time | relevance | path

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

/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
DLoaderCustomSupport.java209 public static class AppListLoader extends AsyncTaskLoader<List<AppEntry>> { class in LoaderCustomSupport
216 public AppListLoader(Context context) { in AppListLoader() method in LoaderCustomSupport.AppListLoader