Searched defs:isUpdatedSystemApp (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java4615 if (isSystemApp(pkg) && !isUpdatedSystemApp(pkg)) {
4626 if (isUpdatedSystemApp(pkg)) {
5721 if (isSystemApp(pkg) && !isUpdatedSystemApp(pkg)) {
5951 if (isUpdatedSystemApp(pkg)) {
6554 final boolean bundledApp = isSystemApp(info) && !isUpdatedSystemApp(info);
7100 || (isSystemApp(ps) && !isUpdatedSystemApp(ps)));
7167 !isSystemApp(ps) || isUpdatedSystemApp(ps)){
7206 if (isUpdatedSystemApp(pkg)) {
8132 isSystemApp(pkgSetting) || isUpdatedSystemApp(pkgSetting);
10743 private static boolean isUpdatedSystemApp(PackageSettin method in class:PackageManagerService
10747 private static boolean isUpdatedSystemApp(PackageParser.Package pkg) { method in class:PackageManagerService
10751 private static boolean isUpdatedSystemApp(ApplicationInfo info) { method in class:PackageManagerService
[all...]

Completed in 28 milliseconds