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

Commit ed74e862 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

Change-Id: I605929eca9e421f34a4818192f97ed49a12f83f3
parents 56f63abf aa22f3e0
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",