Searched refs:uninstallDisabled (Results 1 – 1 of 1) sorted by relevance
167 Boolean uninstallDisabled = mUninstallDisabledCache.get(info.user); in getButtonType() local168 if (uninstallDisabled == null) { in getButtonType()172 uninstallDisabled = restrictions.getBoolean(UserManager.DISALLOW_APPS_CONTROL, false) in getButtonType()174 mUninstallDisabledCache.put(info.user, uninstallDisabled); in getButtonType()179 if (uninstallDisabled) { in getButtonType()