Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java147 long interactionEventTime; // The time we sent the last interaction event field in ProcessRecord
359 if (interactionEventTime != 0) { in dump()
361 TimeUtils.formatDuration(interactionEventTime, SystemClock.elapsedRealtime(), pw); in dump()
DActivityManagerService.java24586 } else if (app.reportedInteraction && (nowElapsed-app.interactionEventTime) in applyOomAdjLocked()
24784 if (isInteraction && (!app.reportedInteraction || (nowElapsed-app.interactionEventTime) in maybeUpdateUsageStatsLocked()
24786 app.interactionEventTime = nowElapsed; in maybeUpdateUsageStatsLocked()
24797 app.interactionEventTime = 0; in maybeUpdateUsageStatsLocked()