Home
last modified time | relevance | path

Searched refs:getMaxAdj (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java1547 if (state.getMaxAdj() <= ProcessList.FOREGROUND_APP_ADJ) { in computeOomAdjLSP()
1555 state.setCurRawAdj(state.getMaxAdj()); in computeOomAdjLSP()
1589 state.setCurAdj(state.getMaxAdj()); in computeOomAdjLSP()
2451 if (adj > state.getMaxAdj()) { in computeOomAdjLSP()
2452 adj = state.getMaxAdj(); in computeOomAdjLSP()
DProcessStateRecord.java405 int getMaxAdj() { in getMaxAdj() method in ProcessStateRecord
DProcessList.java4281 proto.write(ProcessOomProto.Detail.MAX_ADJ, state.getMaxAdj()); in writeProcessOomListToProto()
4416 pw.print("oom: max="); pw.print(state.getMaxAdj()); in dumpProcessOomList()
/frameworks/base/services/
Dart-profile8947 HSPLcom/android/server/am/ProcessStateRecord;->getMaxAdj()I