Searched refs:mSlotFunction (Results 1 – 1 of 1) sorted by relevance
274 private final ToIntFunction<ProcessRecord> mSlotFunction; field in OomAdjusterModernImpl.ProcessRecordNodes284 mSlotFunction = (proc) -> processStateToSlot(proc.mState.getCurProcState()); in ProcessRecordNodes()288 mSlotFunction = (proc) -> adjToSlot(proc.mState.getCurRawAdj()); in ProcessRecordNodes()292 mSlotFunction = (proc) -> 0; in ProcessRecordNodes()401 final int newSlot = mSlotFunction.applyAsInt(proc); in offer()