Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DAppStorageSettingsDetailsFragment.java103 private boolean mAppsControlDisallowedBySystem; field in AppStorageSettingsDetailsFragment
222 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
230 if (data == null || mAppsControlDisallowedBySystem) { in onDataLoaded()
243 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearCacheClick()
256 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearDataClick()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java193 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearCacheClick()
207 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearDataClick()
227 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
320 if (mAppsControlDisallowedBySystem) { in initDataButtons()
449 if (mAppsControlDisallowedBySystem) { in refreshGrantedUriPermissions()
578 if (mAppsControlDisallowedBySystem) {
DAppInfoBase.java66 protected boolean mAppsControlDisallowedBySystem; field in AppInfoBase
111 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStorageSettings.java193 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearCacheClick()
207 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in handleClearDataClick()
227 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
324 if (mAppsControlDisallowedBySystem) { in initDataButtons()
449 if (mAppsControlDisallowedBySystem) { in refreshGrantedUriPermissions()
578 if (mAppsControlDisallowedBySystem) {
DAppInfoBase.java66 protected boolean mAppsControlDisallowedBySystem; field in AppInfoBase
111 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppButtonsPreferenceController.java122 private boolean mAppsControlDisallowedBySystem; field in AppButtonsPreferenceController
194 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
229 boolean uninstallBlockedBySystem = mAppsControlDisallowedBySystem || in onClick()
266 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
438 if (mAppsControlDisallowedBySystem) { in updateUninstallButton()
514 if (mAppsControlDisallowedBySystem) { in updateForceStopButtonInner()
DAppInfoDashboardFragment.java102 private boolean mAppsControlDisallowedBySystem; field in AppInfoDashboardFragment
224 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
364 && !mAppsControlDisallowedBySystem in onPrepareOptionsMenu()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java122 private boolean mAppsControlDisallowedBySystem; field in AppButtonsPreferenceController
193 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
228 boolean uninstallBlockedBySystem = mAppsControlDisallowedBySystem || in onClick()
265 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
437 if (mAppsControlDisallowedBySystem) { in updateUninstallButton()
513 if (mAppsControlDisallowedBySystem) { in updateForceStopButtonInner()
DAppInfoDashboardFragment.java102 private boolean mAppsControlDisallowedBySystem; field in AppInfoDashboardFragment
224 mAppsControlDisallowedBySystem = RestrictedLockUtilsInternal.hasBaseUserRestriction( in onResume()
364 && !mAppsControlDisallowedBySystem in onPrepareOptionsMenu()