Loading core/java/android/content/pm/PackageParser.java +7 −4 Original line number Diff line number Diff line Loading @@ -3601,8 +3601,11 @@ public class PackageParser { // file an app came from. public String mScanPath; // For use by package manager to keep track of where it has done dexopt. public boolean mDidDexOpt; // For use by package manager to keep track of where it needs to do dexopt. public boolean mDexOptNeeded = true; // For use by package manager to keep track of when a package was last used. public long mLastPackageUsageTimeInMills; // // User set enabled state. // public int mSetEnabled = PackageManager.COMPONENT_ENABLED_STATE_DEFAULT; Loading services/core/java/com/android/server/am/ActivityManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -983,7 +983,7 @@ public final class ActivityManagerService extends ActivityManagerNative /** * This is set if we had to do a delayed dexopt of an app before launching * it, to increasing the ANR timeouts in that case. * it, to increase the ANR timeouts in that case. */ boolean mDidDexOpt; Loading Loading
core/java/android/content/pm/PackageParser.java +7 −4 Original line number Diff line number Diff line Loading @@ -3601,8 +3601,11 @@ public class PackageParser { // file an app came from. public String mScanPath; // For use by package manager to keep track of where it has done dexopt. public boolean mDidDexOpt; // For use by package manager to keep track of where it needs to do dexopt. public boolean mDexOptNeeded = true; // For use by package manager to keep track of when a package was last used. public long mLastPackageUsageTimeInMills; // // User set enabled state. // public int mSetEnabled = PackageManager.COMPONENT_ENABLED_STATE_DEFAULT; Loading
services/core/java/com/android/server/am/ActivityManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -983,7 +983,7 @@ public final class ActivityManagerService extends ActivityManagerNative /** * This is set if we had to do a delayed dexopt of an app before launching * it, to increasing the ANR timeouts in that case. * it, to increase the ANR timeouts in that case. */ boolean mDidDexOpt; Loading