AM.setProcessMemoryTrimLevel: uid -> userId name

The name of the parameter should be userId, not uid.
All callers and implementations seem to use userId.

Test: compiles
Bug: 163626967
Change-Id: I5a733075f8a0f19b44c01f65221c04694a178e0c
This commit is contained in:
Adam Bookatz
2020-08-11 16:57:09 -07:00
parent 501e75e878
commit c2d27df960

View File

@@ -461,7 +461,7 @@ interface IActivityManager {
@UnsupportedAppUsage
Rect getTaskBounds(int taskId);
@UnsupportedAppUsage
boolean setProcessMemoryTrimLevel(in String process, int uid, int level);
boolean setProcessMemoryTrimLevel(in String process, int userId, int level);
// Start of L transactions