Searched refs:isBundledApp (Results 1 – 1 of 1) sorted by relevance
247 if (isBundledApp()) { in updateUninstallButton()340 boolean isBundledApp = (mAppEntry.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0; in shouldDisableUninstallForHomeApp()341 if (isBundledApp) { in shouldDisableUninstallForHomeApp()374 private boolean isBundledApp() { in isBundledApp() method in ApplicationDetailsFragment