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.java3551 final long interactionThreshold = fgsInteractionChangeEnabled in applyOomAdjLSP()
3556 if ((nowElapsed - state.getInteractionEventTime()) > interactionThreshold) { in applyOomAdjLSP()
3562 final long interactionThreshold = fgsInteractionChangeEnabled in applyOomAdjLSP()
3566 if ((nowElapsed - state.getFgInteractionTime()) > interactionThreshold) { in applyOomAdjLSP()
3727 final long interactionThreshold = fgsInteractionChangeEnabled in maybeUpdateUsageStatsLSP() local
3732 || (nowElapsed - state.getInteractionEventTime()) > interactionThreshold)) { in maybeUpdateUsageStatsLSP()