Searched refs:interactionEventTime (Results 1 – 2 of 2) sorted by relevance
147 long interactionEventTime; // The time we sent the last interaction event field in ProcessRecord359 if (interactionEventTime != 0) { in dump()361 TimeUtils.formatDuration(interactionEventTime, SystemClock.elapsedRealtime(), pw); in dump()
24586 } 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()