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

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppInfoBase.java66 protected boolean mAppsControlDisallowedBySystem; field in class:AppInfoBase
111 mAppsControlDisallowedBySystem = RestrictedLockUtils.hasBaseUserRestriction(getActivity(),
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DAppButtonsPreferenceController.java119 private boolean mAppsControlDisallowedBySystem; field in class:AppButtonsPreferenceController
184 mAppsControlDisallowedBySystem = RestrictedLockUtils.hasBaseUserRestriction(mActivity,
219 boolean uninstallBlockedBySystem = mAppsControlDisallowedBySystem ||
255 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) {
421 if (mAppsControlDisallowedBySystem) {
495 if (mAppsControlDisallowedBySystem) {
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppInfoDashboardFragment.java115 private boolean mAppsControlDisallowedBySystem; field in class:AppInfoDashboardFragment
233 mAppsControlDisallowedBySystem = RestrictedLockUtils.hasBaseUserRestriction(activity,
354 mUpdatedSysApp && !mAppsControlDisallowedBySystem && !uninstallUpdateDisabled);
587 final boolean uninstallBlockedBySystem = mAppsControlDisallowedBySystem ||
621 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) {

Completed in 90 milliseconds