Searched refs:getMaxAdj (Results 1 – 4 of 4) sorted by relevance
1577 if (state.getMaxAdj() <= ProcessList.FOREGROUND_APP_ADJ) { in computeOomAdjLSP()1585 state.setCurRawAdj(state.getMaxAdj()); in computeOomAdjLSP()1619 state.setCurAdj(state.getMaxAdj()); in computeOomAdjLSP()2473 if (adj > state.getMaxAdj()) { in computeOomAdjLSP()2474 adj = state.getMaxAdj(); in computeOomAdjLSP()
430 int getMaxAdj() { in getMaxAdj() method in ProcessStateRecord
4324 proto.write(ProcessOomProto.Detail.MAX_ADJ, state.getMaxAdj()); in writeProcessOomListToProto()4459 pw.print("oom: max="); pw.print(state.getMaxAdj()); in dumpProcessOomList()
8947 HSPLcom/android/server/am/ProcessStateRecord;->getMaxAdj()I