HomeSort by relevance Sort by last modified time
    Searched defs:mAppsControlDisallowedBySystem (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
AppInfoBase.java 67 protected boolean mAppsControlDisallowedBySystem;
114 mAppsControlDisallowedBySystem = RestrictedLockUtils.hasBaseUserRestriction(getActivity(),
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
AppButtonsPreferenceController.java 123 private boolean mAppsControlDisallowedBySystem;
188 mAppsControlDisallowedBySystem = RestrictedLockUtils.hasBaseUserRestriction(mActivity,
229 boolean uninstallBlockedBySystem = mAppsControlDisallowedBySystem ||
259 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) {
423 if (mAppsControlDisallowedBySystem) {
501 if (mAppsControlDisallowedBySystem) {

Completed in 154 milliseconds