Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java145 boolean reportedInteraction;// Whether we have told usage stats about it being an interaction field in ProcessRecord
356 if (reportedInteraction || fgInteractionTime != 0) { in dump()
358 pw.print(reportedInteraction); in dump()
DActivityManagerService.java24586 } 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()