Searched refs:PERCEPTIBLE_APP_ADJ (Results 1 – 5 of 5) sorted by relevance
696 if (adj > ProcessList.PERCEPTIBLE_APP_ADJ) { in onPausedActivity()697 adj = ProcessList.PERCEPTIBLE_APP_ADJ; in onPausedActivity()721 if (adj > ProcessList.PERCEPTIBLE_APP_ADJ) { in onStoppingActivity()722 adj = ProcessList.PERCEPTIBLE_APP_ADJ; in onStoppingActivity()962 if (adj > ProcessList.PERCEPTIBLE_APP_ADJ in computeOomAdjLocked()966 adj = ProcessList.PERCEPTIBLE_APP_ADJ; in computeOomAdjLocked()983 adj = ProcessList.PERCEPTIBLE_APP_ADJ; in computeOomAdjLocked()1007 if (adj > ProcessList.PERCEPTIBLE_APP_ADJ in computeOomAdjLocked()1013 adj = ProcessList.PERCEPTIBLE_APP_ADJ; in computeOomAdjLocked()1253 && clientAdj > ProcessList.PERCEPTIBLE_APP_ADJ) { in computeOomAdjLocked()[all …]
726 } else if (adj < ProcessList.PERCEPTIBLE_APP_ADJ) { in modifyRawOomAdj()727 adj = ProcessList.PERCEPTIBLE_APP_ADJ; in modifyRawOomAdj()1252 mWindowProcessController.setPerceptible(curRawAdj <= ProcessList.PERCEPTIBLE_APP_ADJ); in setCurRawAdj()
195 static final int PERCEPTIBLE_APP_ADJ = 200; field in ProcessList200 static final int VISIBLE_APP_LAYER_MAX = PERCEPTIBLE_APP_ADJ - VISIBLE_APP_ADJ - 1;315 FOREGROUND_APP_ADJ, VISIBLE_APP_ADJ, PERCEPTIBLE_APP_ADJ,862 } else if (setAdj >= ProcessList.PERCEPTIBLE_APP_ADJ) { in makeOomAdjString()864 ProcessList.PERCEPTIBLE_APP_ADJ, compact); in makeOomAdjString()
552 && (proc.setAdj <= ProcessList.PERCEPTIBLE_APP_ADJ)) { in handleMessage()
11291 printOomLevel(pw, "PERCEPTIBLE_APP_ADJ", ProcessList.PERCEPTIBLE_APP_ADJ); in dumpOomLocked()11351 reportLmkKillAtOrBelow(pw, ProcessList.PERCEPTIBLE_APP_ADJ) && in dumpLmkLocked()12227 ProcessList.PERCEPTIBLE_APP_ADJ, ProcessList.PERCEPTIBLE_LOW_APP_ADJ,16493 if (proc.getCurRawAdj() > ProcessList.PERCEPTIBLE_APP_ADJ || proc.reportLowMemory) { in performAppGcsLocked()