Searched defs:mAppsControlDisallowedAdmin (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppInfoBase.java65 protected EnforcedAdmin mAppsControlDisallowedAdmin; field in class:AppInfoBase
109 mAppsControlDisallowedAdmin = RestrictedLockUtils.checkIfRestrictionEnforced(getActivity(),
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DAppButtonsPreferenceController.java114 private RestrictedLockUtils.EnforcedAdmin mAppsControlDisallowedAdmin; field in class:AppButtonsPreferenceController
186 mAppsControlDisallowedAdmin = RestrictedLockUtils.checkIfRestrictionEnforced(mActivity,
255 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) {
257 mActivity, mAppsControlDisallowedAdmin);
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppInfoDashboardFragment.java114 private EnforcedAdmin mAppsControlDisallowedAdmin; field in class:AppInfoDashboardFragment
231 mAppsControlDisallowedAdmin = RestrictedLockUtils.checkIfRestrictionEnforced(activity,
357 uninstallUpdatesItem, mAppsControlDisallowedAdmin);
621 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) {
623 getActivity(), mAppsControlDisallowedAdmin);

Completed in 79 milliseconds