Searched refs:getMaxAdj (Results 1 – 4 of 4) sorted by relevance
1547 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()
405 int getMaxAdj() { in getMaxAdj() method in ProcessStateRecord
4281 proto.write(ProcessOomProto.Detail.MAX_ADJ, state.getMaxAdj()); in writeProcessOomListToProto()4416 pw.print("oom: max="); pw.print(state.getMaxAdj()); in dumpProcessOomList()
8947 HSPLcom/android/server/am/ProcessStateRecord;->getMaxAdj()I