Home
last modified time | relevance | path

Searched refs:mValueFunction (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DOomAdjusterModernImpl.java508 final ToIntFunction<ProcessRecord> mValueFunction; field in OomAdjusterModernImpl.ProcessRecordNodes.LinkedProcessRecordList
513 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()