Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsCategory.java91 final AppListLoader mLoader;
93 public PackageIntentReceiver(AppListLoader loader) { in PackageIntentReceiver()
116 public static class AppListLoader extends AsyncTaskLoader<List<AppOpEntry>> { class in AppOpsCategory
124 public AppListLoader(Context context, AppOpsState state, AppOpsState.OpsTemplate template) { in AppListLoader() method in AppOpsCategory.AppListLoader
355 return new AppListLoader(getActivity(), mState, template); in onCreateLoader()