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/
DClearDefaultsPreference.java59 private final boolean mAppsControlDisallowedBySystem; field in ClearDefaultsPreference
73 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in ClearDefaultsPreference()
111 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onBindViewHolder()
DAppStorageSettings.java196 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearCacheClick()
210 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearDataClick()
230 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
319 if (mAppsControlDisallowedBySystem || AppUtils.isMainlineModule(mPm, mPackageName)) { in initDataButtons()
454 if (mAppsControlDisallowedBySystem) { in refreshGrantedUriPermissions()
584 if (mAppsControlDisallowedBySystem || AppUtils.isMainlineModule(mPm, mPackageName)) {
DAppInfoBase.java67 protected boolean mAppsControlDisallowedBySystem; field in AppInfoBase
112 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java128 private boolean mAppsControlDisallowedBySystem; field in AppButtonsPreferenceController
192 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
235 boolean uninstallBlockedBySystem = mAppsControlDisallowedBySystem || in onClick()
275 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
453 if (mAppsControlDisallowedBySystem) { in updateUninstallButton()
529 if (mAppsControlDisallowedBySystem) { in updateForceStopButtonInner()
DAppInfoDashboardFragment.java116 private boolean mAppsControlDisallowedBySystem; field in AppInfoDashboardFragment
281 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
421 shouldShowUninstallForAll(mAppEntry) && !mAppsControlDisallowedBySystem); in onPrepareOptionsMenu()
433 && !mAppsControlDisallowedBySystem in onPrepareOptionsMenu()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/
DNotificationAccessDetails.java73 protected boolean mAppsControlDisallowedBySystem; field in NotificationAccessDetails
176 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()