Loading services/core/java/com/android/server/pm/Installer.java +0 −4 Original line number Diff line number Diff line Loading @@ -189,10 +189,6 @@ public final class Installer extends SystemService { mInstaller.execute("freecache", uuid, freeStorageSize); } public void moveFiles() throws InstallerException { mInstaller.execute("movefiles"); } /** * Links the 32 bit native library directory in an application's data * directory to the real location for backward compatibility. Note that no Loading services/core/java/com/android/server/pm/PackageManagerService.java +0 −7 Original line number Diff line number Diff line Loading @@ -2175,13 +2175,6 @@ public class PackageManagerService extends IPackageManager.Stub { scanDirTracedLI(oemAppDir, PackageParser.PARSE_IS_SYSTEM | PackageParser.PARSE_IS_SYSTEM_DIR, scanFlags, 0); if (DEBUG_UPGRADE) Log.v(TAG, "Running installd update commands"); try { mInstaller.moveFiles(); } catch (InstallerException e) { logCriticalInfo(Log.WARN, "Update commands failed: " + e); } // Prune any system packages that no longer exist. final List<String> possiblyDeletedUpdatedSystemApps = new ArrayList<String>(); if (!mOnlyCore) { Loading Loading
services/core/java/com/android/server/pm/Installer.java +0 −4 Original line number Diff line number Diff line Loading @@ -189,10 +189,6 @@ public final class Installer extends SystemService { mInstaller.execute("freecache", uuid, freeStorageSize); } public void moveFiles() throws InstallerException { mInstaller.execute("movefiles"); } /** * Links the 32 bit native library directory in an application's data * directory to the real location for backward compatibility. Note that no Loading
services/core/java/com/android/server/pm/PackageManagerService.java +0 −7 Original line number Diff line number Diff line Loading @@ -2175,13 +2175,6 @@ public class PackageManagerService extends IPackageManager.Stub { scanDirTracedLI(oemAppDir, PackageParser.PARSE_IS_SYSTEM | PackageParser.PARSE_IS_SYSTEM_DIR, scanFlags, 0); if (DEBUG_UPGRADE) Log.v(TAG, "Running installd update commands"); try { mInstaller.moveFiles(); } catch (InstallerException e) { logCriticalInfo(Log.WARN, "Update commands failed: " + e); } // Prune any system packages that no longer exist. final List<String> possiblyDeletedUpdatedSystemApps = new ArrayList<String>(); if (!mOnlyCore) { Loading