Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java197 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
206 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
222 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) { in onClick()
326 if (mAppsControlDisallowedBySystem) { in refreshSizeInfo()
377 if (mAppsControlDisallowedBySystem) { in initDataButtons()
499 if (mAppsControlDisallowedBySystem) { in refreshGrantedUriPermissions()
DAppInfoBase.java59 protected boolean mAppsControlDisallowedBySystem; field in AppInfoBase
101 mAppsControlDisallowedBySystem = RestrictedLockUtils.hasBaseUserRestriction(getActivity(), in onResume()
DInstalledAppDetails.java263 if (mAppsControlDisallowedBySystem) { in initUninstallButtons()
459 uninstallUpdatesItem.setVisible(mUpdatedSysApp && !mAppsControlDisallowedBySystem); in onPrepareOptionsMenu()
696 if (mAppsControlDisallowedBySystem) {
772 boolean uninstallBlockedBySystem = mAppsControlDisallowedBySystem ||
797 if (mAppsControlDisallowedAdmin != null && !mAppsControlDisallowedBySystem) {