Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/storage/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DClearDefaultsPreference.java59 private final boolean mAppsControlDisallowedBySystem; field in ClearDefaultsPreference
73 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in ClearDefaultsPreference()
111 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onBindViewHolder()
H A 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)) {
H A DAppInfoBase.java66 protected boolean mAppsControlDisallowedBySystem; field in AppInfoBase
111 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppButtonsPreferenceController.java130 private boolean mAppsControlDisallowedBySystem; field in AppButtonsPreferenceController
194 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
237 boolean uninstallBlockedBySystem = mAppsControlDisallowedBySystem || in onClick()
284 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
464 if (mAppsControlDisallowedBySystem) { in updateUninstallButton()
541 if (mAppsControlDisallowedBySystem) { in updateForceStopButtonInner()
H A DAppInfoDashboardFragment.java104 private boolean mAppsControlDisallowedBySystem; field in AppInfoDashboardFragment
254 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
395 && !mAppsControlDisallowedBySystem in onPrepareOptionsMenu()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/
H A DNotificationAccessDetails.java73 protected boolean mAppsControlDisallowedBySystem; field in NotificationAccessDetails
172 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()