Searched refs:reportedInteraction (Results 1 – 2 of 2) sorted by relevance
145 boolean reportedInteraction;// Whether we have told usage stats about it being an interaction field in ProcessRecord356 if (reportedInteraction || fgInteractionTime != 0) { in dump()358 pw.print(reportedInteraction); in dump()
24586 } else if (app.reportedInteraction && (nowElapsed-app.interactionEventTime) in applyOomAdjLocked()24784 if (isInteraction && (!app.reportedInteraction || (nowElapsed-app.interactionEventTime) in maybeUpdateUsageStatsLocked()24795 app.reportedInteraction = isInteraction; in maybeUpdateUsageStatsLocked()