Merge "Not demote procstate to PROC_STATE_FOREGROUND_SERVICE any more." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cb9a1807f8
@@ -982,7 +982,7 @@ public class MockingOomAdjusterTests {
|
||||
sService.mOomAdjuster.updateOomAdjLocked(app, false, OomAdjuster.OOM_ADJ_REASON_NONE);
|
||||
doReturn(null).when(sService).getTopAppLocked();
|
||||
|
||||
assertProcStates(app, PROCESS_STATE_FOREGROUND_SERVICE, VISIBLE_APP_ADJ,
|
||||
assertProcStates(app, PROCESS_STATE_BOUND_TOP, VISIBLE_APP_ADJ,
|
||||
SCHED_GROUP_DEFAULT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user