Searched refs:fgInteractionTime (Results 1 – 2 of 2) sorted by relevance
148 long fgInteractionTime; // When we became foreground for interaction purposes field in ProcessRecord356 if (reportedInteraction || fgInteractionTime != 0) { in dump()363 if (fgInteractionTime != 0) { in dump()365 TimeUtils.formatDuration(fgInteractionTime, SystemClock.elapsedRealtime(), pw); in dump()
24771 app.fgInteractionTime = 0; in maybeUpdateUsageStatsLocked()24773 if (app.fgInteractionTime == 0) { in maybeUpdateUsageStatsLocked()24774 app.fgInteractionTime = nowElapsed; in maybeUpdateUsageStatsLocked()24777 isInteraction = nowElapsed > app.fgInteractionTime in maybeUpdateUsageStatsLocked()24782 app.fgInteractionTime = 0; in maybeUpdateUsageStatsLocked()