Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2d27df9 authored by Adam Bookatz's avatar Adam Bookatz
Browse files

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
parent 501e75e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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