Searched refs:interactionEventTime (Results 1 – 2 of 2) sorted by relevance
135 long interactionEventTime; // The time we sent the last interaction event field in ProcessRecord316 if (interactionEventTime != 0) { in dump()318 TimeUtils.formatDuration(interactionEventTime, SystemClock.elapsedRealtime(), pw); in dump()
22229 } else if (app.reportedInteraction && (nowElapsed-app.interactionEventTime)22427 if (isInteraction && (!app.reportedInteraction || (nowElapsed-app.interactionEventTime)22429 app.interactionEventTime = nowElapsed;22440 app.interactionEventTime = 0;