diff options
author | Marco Ballesio <balejs@google.com> | 2019-11-26 11:33:08 -0800 |
---|---|---|
committer | Marco Ballesio <balejs@google.com> | 2020-01-14 14:21:51 -0800 |
commit | 7c786822c26d960caa67c54b86460724a7d8fde7 (patch) | |
tree | 70fb24c14be18760abcbc143c6f8c04e77a9da6f /services/art-profile-boot | |
parent | c98d049979f203ea3a2a1a24b02e13446d6abdd7 (diff) |
Rename AppCompactor to CachedAppOptimizer
The AppCompactor class is suitable to handling more than just
compaction, hence the renaming to a more generic set of tasks.
Change-Id: I5424989e62c78383a067cf1bd7d529c093de6b97
Bug: 143308662
Test: manual, atest CachedAppOptimizerTest
Diffstat (limited to 'services/art-profile-boot')
-rw-r--r-- | services/art-profile-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/art-profile-boot b/services/art-profile-boot index e09424bc261c..fe4178ac4a50 100644 --- a/services/art-profile-boot +++ b/services/art-profile-boot @@ -538,7 +538,7 @@ Lcom/android/server/wm/WindowProcessController;->setCurrentProcState(I)V Lcom/android/server/am/ActivityManagerService;->updateLowMemStateLocked(III)Z Lcom/android/server/wm/ConfigurationContainer;->getWindowConfiguration()Landroid/app/WindowConfiguration; Lcom/android/server/am/OomAdjuster;->applyOomAdjLocked(Lcom/android/server/am/ProcessRecord;ZJJ)Z -Lcom/android/server/am/AppCompactor;->useCompaction()Z +Lcom/android/server/am/CachedAppOptimizer;->useCompaction()Z Lcom/android/server/am/ProcessList;->procStatesDifferForMem(II)Z Lcom/android/server/am/ActivityManagerService;->dispatchUidsChanged()V Lcom/android/server/audio/AudioService$VolumeStreamState;->setIndex(IILjava/lang/String;)Z |