Searched refs:PERCEPTIBLE_MEDIUM_APP_ADJ (Results 1 – 4 of 4) sorted by relevance
111 import static com.android.server.am.ProcessList.PERCEPTIBLE_MEDIUM_APP_ADJ;1969 newAdj = PERCEPTIBLE_MEDIUM_APP_ADJ + 1; in computeOomAdjLSP()2420 && adj >= (lbAdj = (PERCEPTIBLE_MEDIUM_APP_ADJ + 2))) { in computeOomAdjLSP()2424 newAdj = PERCEPTIBLE_MEDIUM_APP_ADJ + 2; in computeOomAdjLSP()
248 public static final int PERCEPTIBLE_MEDIUM_APP_ADJ = 225; field in ProcessList1125 } else if (setAdj >= ProcessList.PERCEPTIBLE_MEDIUM_APP_ADJ) { in makeOomAdjString()1127 ProcessList.PERCEPTIBLE_MEDIUM_APP_ADJ, compact); in makeOomAdjString()4693 printOomLevel(pw, "PERCEPTIBLE_MEDIUM_APP_ADJ", PERCEPTIBLE_MEDIUM_APP_ADJ);
11685 ProcessList.PERCEPTIBLE_MEDIUM_APP_ADJ,
55 import static com.android.server.am.ProcessList.PERCEPTIBLE_MEDIUM_APP_ADJ;527 PERCEPTIBLE_MEDIUM_APP_ADJ + 1, SCHED_GROUP_DEFAULT); in testUpdateOomAdj_DoOne_FgService_ShortFgs()1200 assertEquals(PERCEPTIBLE_MEDIUM_APP_ADJ + 2, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_AlmostPerceptible()1218 assertEquals(PERCEPTIBLE_MEDIUM_APP_ADJ + 2, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_AlmostPerceptible()