Searched refs:isUpdatedSystemApp (Results 1 – 11 of 11) sorted by relevance
63 if (ai.isPrivilegedApp() || (ai.isSystemApp() && !ai.isUpdatedSystemApp())) { in chooseDriver()79 if (driverInfo.isUpdatedSystemApp()) { in chooseDriver()
147 if (!ai.isUpdatedSystemApp() in disableCarrierAppsUntilPrivileged()187 if (!ai.isUpdatedSystemApp() in disableCarrierAppsUntilPrivileged()331 if (ai != null && !ai.isUpdatedSystemApp()) { in getDefaultCarrierAssociatedAppsHelper()
183 return applicationInfo.isSystemApp() || applicationInfo.isUpdatedSystemApp(); in isPreinstalledAssistant()
268 if (appInfo.isSystemApp() && !appInfo.isUpdatedSystemApp()) { in queryStatsForPackage()310 if (appInfo.isSystemApp() && !appInfo.isUpdatedSystemApp()) { in queryStatsForUid()
229 if (applicationInfo != null && applicationInfo.isUpdatedSystemApp()) { in uninstallAndDisablePackageForAllUsers()
1431 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in ApplicationInfo
6103 public boolean isUpdatedSystemApp() { in isUpdatedSystemApp() method in Package6104 return applicationInfo.isUpdatedSystemApp(); in isUpdatedSystemApp()6114 return (!isSystemApp() || isUpdatedSystemApp()) in canHaveOatDir()
789 if (info == null || !(info.isSystemApp() || info.isUpdatedSystemApp())) { in isDefaultAllowed()
937 if (!isDefaultPhoneOrSms && pkg.isUpdatedSystemApp()) { in grantRuntimePermissionsLPw()
549 if (dp == null && p.pkg != null && p.pkg.isSystemApp() && !p.pkg.isUpdatedSystemApp()) { in disableSystemPackageLPw()
627 && !mApplicationInfo.isUpdatedSystemApp(); in createOrUpdateClassLoaderLocked()