Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DOomAdjuster.java3193 final long interactionThreshold = fgsInteractionChangeEnabled in applyOomAdjLSP()
3198 if ((nowElapsed - state.getInteractionEventTime()) > interactionThreshold) { in applyOomAdjLSP()
3204 final long interactionThreshold = fgsInteractionChangeEnabled in applyOomAdjLSP()
3208 if ((nowElapsed - state.getFgInteractionTime()) > interactionThreshold) { in applyOomAdjLSP()
3354 final long interactionThreshold = fgsInteractionChangeEnabled in maybeUpdateUsageStatsLSP() local
3359 || (nowElapsed - state.getInteractionEventTime()) > interactionThreshold)) { in maybeUpdateUsageStatsLSP()