Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DOomAdjuster.java2818 final long interactionThreshold = fgsInteractionChangeEnabled in applyOomAdjLSP()
2823 if ((nowElapsed - state.getInteractionEventTime()) > interactionThreshold) { in applyOomAdjLSP()
2829 final long interactionThreshold = fgsInteractionChangeEnabled in applyOomAdjLSP()
2833 if ((nowElapsed - state.getFgInteractionTime()) > interactionThreshold) { in applyOomAdjLSP()
2942 final long interactionThreshold = fgsInteractionChangeEnabled in maybeUpdateUsageStatsLSP() local
2947 || (nowElapsed - state.getInteractionEventTime()) > interactionThreshold)) { in maybeUpdateUsageStatsLSP()