Searched refs:getMaxAdj (Results 1 – 4 of 4) sorted by relevance
750 || ((service.mState.getMaxAdj() >= ProcessList.SYSTEM_ADJ) in collectReachableProcessesLocked()751 && (service.mState.getMaxAdj() < FOREGROUND_APP_ADJ))) { in collectReachableProcessesLocked()771 || ((provider.mState.getMaxAdj() >= ProcessList.SYSTEM_ADJ) in collectReachableProcessesLocked()772 && (provider.mState.getMaxAdj() < FOREGROUND_APP_ADJ))) { in collectReachableProcessesLocked()809 && (attributedApp.mState.getMaxAdj() < FOREGROUND_APP_ADJ))) { in collectReachableProcessesLocked()840 if (app != null && app.mState.getMaxAdj() > FOREGROUND_APP_ADJ) { in enqueueOomAdjTargetLocked()1772 if (state.getMaxAdj() <= FOREGROUND_APP_ADJ) { in computeOomAdjLSP()1780 state.setCurRawAdj(state.getMaxAdj()); in computeOomAdjLSP()1813 state.setCurAdj(state.getMaxAdj()); in computeOomAdjLSP()2789 if (adj > state.getMaxAdj()) { in computeOomAdjLSP()[all …]
473 int getMaxAdj() { in getMaxAdj() method in ProcessStateRecord
4487 proto.write(ProcessOomProto.Detail.MAX_ADJ, state.getMaxAdj());4622 pw.print("oom: max="); pw.print(state.getMaxAdj());
2201 HSPLcom/android/server/am/ProcessStateRecord;->getMaxAdj()I