Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DSecondaryDropTarget.java167 Boolean uninstallDisabled = mUninstallDisabledCache.get(info.user); in getButtonType() local
168 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()