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

  /packages/apps/Settings/src/com/android/settings/applications/
AppStorageSettings.java 194 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) {
205 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) {
221 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) {
311 if (mAppsControlDisallowedBySystem) {
434 if (mAppsControlDisallowedBySystem) {
562 if (mAppsControlDisallowedBySystem) {
AppInfoBase.java 67 protected boolean mAppsControlDisallowedBySystem;
114 mAppsControlDisallowedBySystem = RestrictedLockUtils.hasBaseUserRestriction(getActivity(),
InstalledAppDetails.java 315 if (mAppsControlDisallowedBySystem) {
525 uninstallUpdatesItem.setVisible(mUpdatedSysApp && !mAppsControlDisallowedBySystem);
    [all...]
  /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 108 milliseconds