Home
last modified time | relevance | path

Searched refs:mAppsControlDisallowedBySystem (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageApplicationActionButtonsPreferenceController.java94 private boolean mAppsControlDisallowedBySystem; field in StorageApplicationActionButtonsPreferenceController
199 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onStartInternal()
220 if (data == null || mAppsControlDisallowedBySystem) { in onDataLoaded()
244 mAppsControlDisallowedBySystem = disallowed; in setAppsControlDisallowedBySystem()
248 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearCacheClick()
261 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearDataClick()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java194 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearCacheClick()
208 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearDataClick()
228 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
321 if (mAppsControlDisallowedBySystem || AppUtils.isMainlineModule(mPm, mPackageName)) { in initDataButtons()
455 if (mAppsControlDisallowedBySystem) { in refreshGrantedUriPermissions()
584 if (mAppsControlDisallowedBySystem || AppUtils.isMainlineModule(mPm, mPackageName)) {
DClearDefaultsPreference.java59 private final boolean mAppsControlDisallowedBySystem; field in ClearDefaultsPreference
73 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in ClearDefaultsPreference()
111 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onBindViewHolder()
DAppInfoBase.java66 protected boolean mAppsControlDisallowedBySystem; field in AppInfoBase
111 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java130 private boolean mAppsControlDisallowedBySystem; field in AppButtonsPreferenceController
194 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
236 boolean uninstallBlockedBySystem = mAppsControlDisallowedBySystem || in onClick()
280 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
460 if (mAppsControlDisallowedBySystem) { in updateUninstallButton()
537 if (mAppsControlDisallowedBySystem) { in updateForceStopButtonInner()
DAppInfoDashboardFragment.java104 private boolean mAppsControlDisallowedBySystem; field in AppInfoDashboardFragment
254 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
395 && !mAppsControlDisallowedBySystem in onPrepareOptionsMenu()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/
DNotificationAccessDetails.java73 protected boolean mAppsControlDisallowedBySystem; field in NotificationAccessDetails
172 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()