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

Commit 623ad7aa authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

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

Change-Id: I7842e30a51c7e8e30d0525e23217a3a584f77c45
parents f9f665cf 8bed245d
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",