Searched refs:mValueFunction (Results 1 – 1 of 1) sorted by relevance
508 final ToIntFunction<ProcessRecord> mValueFunction; field in OomAdjusterModernImpl.ProcessRecordNodes.LinkedProcessRecordList513 mValueFunction = valueFunction; in LinkedProcessRecordList()524 final int newValue = mValueFunction.applyAsInt(node.mApp); in offer()528 while (curNode != HEAD && mValueFunction.applyAsInt(curNode.mApp) > newValue) { in offer()