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

Commit 8bed245d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Initialize the mContext in AMS mocking test" into rvc-dev am: aa22f3e0 am: ed74e862

Change-Id: If8d346596980e64d6d24ef3f9e8b8d3a9ebdbea0
parents a1521621 ed74e862
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -151,6 +151,8 @@ public class MockingOomAdjusterTests {

        sService.mConstants = new ActivityManagerConstants(sContext, sService,
                sContext.getMainThreadHandler());
        setFieldValue(ActivityManagerService.class, sService, "mContext",
                sContext);
        ProcessList pr = new ProcessList();
        pr.init(sService, new ActiveUids(sService, false), null);
        setFieldValue(ActivityManagerService.class, sService, "mProcessList",