Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsCategory.java124 public static class AppListLoader extends AsyncTaskLoader<List<AppOpEntry>> { class in AppOpsCategory
133 public AppListLoader(Context context, AppOpsState state, AppOpsState.OpsTemplate template, in AppListLoader() method in AppOpsCategory.AppListLoader