Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsCategory.java67 public AppOpsCategory(AppOpsState.OpsTemplate template, boolean userControlled) { in AppOpsCategory() argument
70 args.putBoolean("userControlled", userControlled); in AppOpsCategory()
134 boolean userControlled) { in AppListLoader() argument
138 mUserControlled = userControlled; in AppListLoader()
266 public AppListAdapter(Context context, AppOpsState state, boolean userControlled) { in AppListAdapter() argument
270 mUserControlled = userControlled; in AppListAdapter()