Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java2805 final long interactionThreshold = fgsInteractionChangeEnabled in applyOomAdjLSP()
2810 if ((nowElapsed - state.getInteractionEventTime()) > interactionThreshold) { in applyOomAdjLSP()
2816 final long interactionThreshold = fgsInteractionChangeEnabled in applyOomAdjLSP()
2820 if ((nowElapsed - state.getFgInteractionTime()) > interactionThreshold) { in applyOomAdjLSP()
2929 final long interactionThreshold = fgsInteractionChangeEnabled in maybeUpdateUsageStatsLSP() local
2934 || (nowElapsed - state.getInteractionEventTime()) > interactionThreshold)) { in maybeUpdateUsageStatsLSP()