Searched refs:AppOpsState (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsSummary.java44 static AppOpsState.OpsTemplate[] sPageTemplates = new AppOpsState.OpsTemplate[] {
45 AppOpsState.LOCATION_TEMPLATE,
46 AppOpsState.PERSONAL_TEMPLATE,
47 AppOpsState.MESSAGING_TEMPLATE,
48 AppOpsState.MEDIA_TEMPLATE,
49 AppOpsState.DEVICE_TEMPLATE
H A DAppOpsCategory.java43 import com.android.settings.applications.AppOpsState.AppOpEntry;
52 AppOpsState mState;
63 public AppOpsCategory(AppOpsState.OpsTemplate template) {
67 public AppOpsCategory(AppOpsState.OpsTemplate template, boolean userControlled) {
126 final AppOpsState mState;
127 final AppOpsState.OpsTemplate mTemplate;
133 public AppListLoader(Context context, AppOpsState state, AppOpsState.OpsTemplate template,
143 mUserControlled ? AppOpsState.LABEL_COMPARATOR : AppOpsState
[all...]
H A DAppOpsDetails.java54 private AppOpsState mState;
104 for (AppOpsState.OpsTemplate tpl : AppOpsState.ALL_TEMPLATES) {
105 List<AppOpsState.AppOpEntry> entries = mState.buildState(tpl,
107 for (final AppOpsState.AppOpEntry entry : entries) {
161 mState = new AppOpsState(getActivity());
H A DBackgroundCheckSummary.java60 ft.add(R.id.appops_content, new AppOpsCategory(AppOpsState.RUN_IN_BACKGROUND_TEMPLATE,
H A DAppOpsState.java43 public class AppOpsState { class
44 static final String TAG = "AppOpsState";
55 public AppOpsState(Context context) { method in class:AppOpsState
224 private final AppOpsState mState;
235 public AppEntry(AppOpsState state, ApplicationInfo info) {
397 public CharSequence getSummaryText(AppOpsState state) {
401 public CharSequence getSwitchText(AppOpsState state) {

Completed in 78 milliseconds