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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user