Loading services/core/java/com/android/server/pm/PackageManagerService.java +339 −190 File changed.Preview size limit exceeded, changes collapsed. Show changes services/core/java/com/android/server/pm/PackageSettingBase.java +0 −6 Original line number Diff line number Diff line Loading @@ -113,12 +113,6 @@ abstract class PackageSettingBase extends SettingBase { int installStatus = PKG_INSTALL_COMPLETE; /** * Non-persisted value indicating this package has been temporarily frozen, * usually during a critical section of the package update pipeline. The * platform will refuse to launch packages in a frozen state. */ boolean frozen = false; /** * Non-persisted value. During an "upgrade without restart", we need the set * of all previous code paths so we can surgically add the new APKs to the Loading services/core/java/com/android/server/pm/Settings.java +0 −4 Original line number Diff line number Diff line Loading @@ -4325,10 +4325,6 @@ final class Settings { pw.print(Integer.toHexString(System.identityHashCode(ps))); pw.println("):"); if (ps.frozen) { pw.print(prefix); pw.println(" FROZEN!"); } if (ps.realName != null) { pw.print(prefix); pw.print(" compat name="); pw.println(ps.name); Loading Loading
services/core/java/com/android/server/pm/PackageManagerService.java +339 −190 File changed.Preview size limit exceeded, changes collapsed. Show changes
services/core/java/com/android/server/pm/PackageSettingBase.java +0 −6 Original line number Diff line number Diff line Loading @@ -113,12 +113,6 @@ abstract class PackageSettingBase extends SettingBase { int installStatus = PKG_INSTALL_COMPLETE; /** * Non-persisted value indicating this package has been temporarily frozen, * usually during a critical section of the package update pipeline. The * platform will refuse to launch packages in a frozen state. */ boolean frozen = false; /** * Non-persisted value. During an "upgrade without restart", we need the set * of all previous code paths so we can surgically add the new APKs to the Loading
services/core/java/com/android/server/pm/Settings.java +0 −4 Original line number Diff line number Diff line Loading @@ -4325,10 +4325,6 @@ final class Settings { pw.print(Integer.toHexString(System.identityHashCode(ps))); pw.println("):"); if (ps.frozen) { pw.print(prefix); pw.println(" FROZEN!"); } if (ps.realName != null) { pw.print(prefix); pw.print(" compat name="); pw.println(ps.name); Loading