Searched refs:getAdjType (Results 1 – 6 of 6) sorted by relevance
2130 + " reason=" + state.getAdjType()); in computeOomAdjLSP()3004 + state.getCurAdj() + ": " + state.getAdjType(); in applyOomAdjLSP()3020 + " to " + curSchedGroup + ": " + state.getAdjType(); in applyOomAdjLSP()3160 + " (" + state.getCurProcState() + ")" + ": " + state.getAdjType(); in applyOomAdjLSP()3241 + " type=" + state.getAdjType() + " source=" + state.getAdjSource() in applyOomAdjLSP()
933 String getAdjType() { in getAdjType() method in ProcessStateRecord
1499 state.getAdjType(), state.makeAdjReason())); in doLowMemReportIfNeededLocked()
4470 proto.write(ProcessOomProto.ADJ_TYPE, state.getAdjType());4596 pw.print(state.getAdjType());
1136 .append(' ').append(proc.mState.getAdjType()); in startServiceInnerLocked()
2174 assertEquals("service", app.mState.getAdjType()); in testUpdateOomAdj_DoAll_BoundFgService_Cycle()2175 assertEquals("service", app2.mState.getAdjType()); in testUpdateOomAdj_DoAll_BoundFgService_Cycle()2176 assertEquals("fg-service", app3.mState.getAdjType()); in testUpdateOomAdj_DoAll_BoundFgService_Cycle()2736 assertEquals(expectedAdjType, state.getAdjType()); in assertProcStates()